Skip to content

Commit e7deee1

Browse files
committed
chore: fix details about favicon in About section
1 parent b9f367c commit e7deee1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/components/About.tsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,17 @@ const About = () => {
2121
South Park,
2222
Impractical Jokers.
2323
<br></br>
24-
For those of you curious, the favicon is a 4-hypercube graph. Check the <a href="/icon.ico" target="_blank" className="inline-flex items-center hover:underline hover:underline-offset-2 text-orange-500">
24+
For those of you curious, the favicon is a <span className="underline underline-offset-2">4-hypercube graph</span> made via Python, using NetworkX and Matplotlib.
25+
Check the <a
26+
href="/icon.ico" target="_blank"
27+
className="inline-flex items-center hover:underline hover:underline-offset-2 text-orange-500"
28+
>
2529
image <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
26-
</a> out and learn <a href="https://en.wikipedia.org/wiki/Hypercube_graph" target="_blank" className="inline-flex items-center hover:underline hover:underline-offset-2 text-blue-violet-500">
30+
</a>
31+
out and learn <a
32+
href="https://en.wikipedia.org/wiki/Hypercube_graph" target="_blank"
33+
className="inline-flex items-center hover:underline hover:underline-offset-2 text-blue-violet-500"
34+
>
2735
more <ArrowUpRight className="w-4 h-4 md:w-5 md:h-5"/>
2836
</a>.
2937
</p>

0 commit comments

Comments
 (0)