From f6cab22001160039e5ef5def7f13f3e96269a280 Mon Sep 17 00:00:00 2001 From: samdelaney Date: Wed, 11 Dec 2024 10:46:46 -0800 Subject: [PATCH 1/3] add favicon for testing links --- public/favicon.ico | Bin 0 -> 1313 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/favicon.ico diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..0c6de7877c1f8c94da3c6d2edd12a85b8dfdda4e GIT binary patch literal 1313 zcmV++1>X9JP)eSu2=UFfA_r~SNZ+CaufpKBK=Q-y*=X}ri zoRgwNamJ>AnZQ!uN#HIZtJdx%>6b*rU$arE)4!Oc6a(fEwUE zpx+r=;fysUIBq(Ptq>?b0oDW4OHP5joesa0V!skw*Rg4D8g^^}sx!UwQ8XvcO-!vp@y# zgX|qH#6&8F_GaJ-;BzTB9tGbUb21Igk^=u-qA&GNRXYBAJuAlojA=iy^)tc&}&; z0Bhq_qWs<=#>|SFdw_R<7l4^*ar=-M4uHnsL&jJK%y-77^P!c2+kgh(ZeTWW3HTFO z0_>LK0CeW?(g<`%!3RYSXY3JRHLxPB#&V#LUR5Z^bZCw7?}rxAL=l+9aw49)m%b^PpQ;4sLAXF?ghRT@(X3E9BM2;e;M!+&>>y_ zO33|m1G9`;>iGnaT~lez6F$BYip%tuB)7`A1y(5*g>a{89 zP(}dyUj3q6oZq2u=kg`zjO_z@HKg?96?EhVmnFc#v}U*!K$A1JEef7YuHGXclR&TM zfCGBfhA4-N@rY`))7T8Kz!__z;DfsDVqgZ)W`IG>a4o=G-7Qny_a#(E5c}N@tP$c9 zMa(y#e3ywC>qN(UfI*|_b-!k~t)3><%Auz7gZx`@(eqv4(YUDZC`m9s+&>E)*TfVvbA~*beG90NH$r6&p$gVxvZPpF*CU>{NUK*rg6QI|}~l zM8@+~(h&Sr;7;IGHM;EeEGBP?5jSbWs^ru{RW1 zMyiCD9b&%LiMFE2ET_vgM*S_G?~W~}^`h4qBAI>v%W|5qp0ALhS+VteP=IZl%zFM0 X@O0LX5H%iv00000NkvXXu0mjfa Date: Wed, 11 Dec 2024 10:59:45 -0800 Subject: [PATCH 2/3] set homepage to "." --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a6acdfd..b243dd8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "hydra-app-ts", + "homepage": ".", "version": "0.1.0", "private": true, "dependencies": { From bd11fbf41001cb42fc45e178d85506cb2fbaa9b6 Mon Sep 17 00:00:00 2001 From: samdelaney Date: Wed, 11 Dec 2024 11:12:23 -0800 Subject: [PATCH 3/3] reformat footer relative links --- public/index.html | 3 +-- src/components/Footer/Footer.tsx | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/public/index.html b/public/index.html index b834995..4c4a4fe 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,6 @@ name="description" content="Demo app for Hydra-Auction SDK" /> - - Hydra Auction Frontend + Hydra Auctions diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 49ad984..bbd27b4 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -10,25 +10,25 @@ export default function Footer() {

@@ -48,9 +48,9 @@ export default function Footer() {