Skip to content

Commit 1a89b07

Browse files
committed
Fixed UI issues
1 parent b01cdeb commit 1a89b07

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

src/components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function Header() {
5757
>
5858
<Logo className="h-9 w-auto" />
5959
</Link>
60-
<Link
60+
{/* <Link
6161
href="/"
6262
aria-label="Home page"
6363
className="relative z-10 md:block text-vermilion-08 hover:text-vermilion-07 ml-2"
@@ -70,7 +70,7 @@ function Header() {
7070
className="relative z-10 hidden md:block text-vermilion-08 hover:text-vermilion-07 ml-4"
7171
>
7272
Help
73-
</Link>
73+
</Link> */}
7474
<Link
7575
href="/"
7676
className="relative z-10 block md:hidden"

src/components/LogoMark.tsx

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,19 @@ export function LogoMark(props: React.ComponentPropsWithoutRef<'svg'>) {
33
<svg
44
xmlns="http://www.w3.org/2000/svg"
55
className={props.className}
6-
viewBox="0 0 124 127"
6+
viewBox="0 0 155 155"
77
>
8-
<g fill="none" fillRule="evenodd">
9-
<path
10-
fill="#F96316"
11-
d="M35.942 16.276L63.528 117.12c1.854 6.777 8.85 10.768 15.623 8.912 6.778-1.856 10.765-8.854 8.91-15.63L60.47 9.555C58.615 2.78 51.62-1.212 44.847.645c-6.772 1.853-10.76 8.853-8.905 15.63z"
12-
/>
13-
<path
14-
fill="#B200F8"
15-
d="M87.024 15.894L17.944 93.9c-4.66 5.26-4.173 13.303 1.082 17.964 5.255 4.66 13.29 4.174 17.95-1.084l69.08-78.005c4.66-5.26 4.173-13.3-1.082-17.962-5.257-4.664-13.294-4.177-17.95 1.08z"
16-
/>
17-
<path
18-
fill="#00B4F2"
19-
d="M8.75 59.12l98.516 32.595c6.667 2.205 13.86-1.414 16.065-8.087 2.21-6.672-1.41-13.868-8.08-16.076L16.738 34.96c-6.67-2.207-13.86 1.412-16.066 8.085-2.204 6.672 1.416 13.87 8.08 16.075z"
20-
/>
8+
<defs>
9+
<style>{`.cls-1{fill:#ff5543}`}</style>
10+
</defs>
11+
<g id="Flattened">
12+
<g id="pictogram-dark-mode">
13+
<path className="cls-1" d="M62.44,42.8l18.78,5.01L68.43,0l-21.66,5.83,7.71,28.99c1.03,3.89,4.08,6.95,7.96,7.98Z"/>
14+
<polygon className="cls-1" points="45.66 125.24 51.68 119.23 69.07 101.88 70.7 100.25 71.66 99.29 72.01 100.6 72.61 102.83 76.92 118.94 81.14 134.7 86.57 155 108.23 149.17 102.78 128.69 102.57 127.98 86.65 68.28 26.9 52.35 26.15 52.16 25.71 52.04 25.71 52.02 5.76 46.72 0 68.5 20.23 73.91 31.41 76.9 52.11 82.43 54.35 83.03 55.66 83.38 54.7 84.34 53.07 85.98 41.22 97.83 29.69 109.37 14.86 124.21 30.69 140.18 45.66 125.24"/>
15+
<path className="cls-1" d="M107.08,73.69l5.03,18.86c1.04,3.89,4.09,6.94,7.96,7.97l29.16,7.75,5.76-21.78-47.92-12.81Z"/>
16+
<path className="cls-1" d="M124.31,14.82l-18.65,18.61c-2.06,2.06-3.23,4.79-3.31,7.71l-.3,11.81,10.51.38c.14,0,.27,0,.41,0,2.99,0,5.8-1.17,7.91-3.28l19.25-19.27-15.83-15.97Z"/>
17+
</g>
2118
</g>
2219
</svg>
2320
);
24-
}
21+
}

0 commit comments

Comments
 (0)