Skip to content

Commit

Permalink
update logos and safe loader info
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Jul 29, 2024
1 parent 2214d54 commit fb1e38b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/assets/stoploss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Stop Loss App",
"description": "UI for stop loss orders",
"name": "CoW Stop Loss App",
"description": "UI for creating and managing stop loss orders on CoW Protocol",
"iconPath": "favicon.ico"
}
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function Header({ linkUrl, imageSrc, onLinkClick }: IHeader) {
>
<>
{imageSrc && (
<Image src={imageSrc} height={100} width={300} alt="" />
<Image src={imageSrc} height={30} width={150} alt="" />
)}
</>
</Link>
Expand Down
10 changes: 8 additions & 2 deletions src/components/RootLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,19 @@ export function RootLayout({ children }: React.PropsWithChildren) {

function SafeLoader() {
return (
<div className="bg-background flex size-full flex-col justify-center items-center px-12 py-16 md:py-20 ">
<div className="bg-background size-full flex-col justify-center items-center px-12 py-16 md:py-20 flex items-center justify-center">
{/* eslint-disable-next-line @next/next/no-img-element*/}
<img
className="flex justify-center h-32 my-2"
alt="CoW Stop Loss logo"
src="/assets/stoploss.svg"
/>
<div className="text-center text-3xl">This is a Safe (wallet) App</div>
<p className="text-xl">
To access please use this
<Link
target="_blank"
href="https://app.safe.global/share/safe-app?appUrl=https%3A%2F%2Fcomposable-cow-hub.vercel.app&chain=gno"
href="https://app.safe.global/share/safe-app?appUrl=https%3A%2F%2Fstoploss.bleu.builders&chain=eth"
className="text-highlight"
>
{" "}
Expand Down

0 comments on commit fb1e38b

Please sign in to comment.