Skip to content

Commit 27e1931

Browse files
feat: add vertical navigation
1 parent 90090c7 commit 27e1931

File tree

134 files changed

+5684
-5310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+5684
-5310
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
as="image"
2323
href="./src/assets/firedancer_logo.svg"
2424
/>
25+
<link
26+
rel="preload"
27+
type="image/svg+xml"
28+
as="image"
29+
href="./src/assets/firedancer_logo_circle.svg"
30+
/>
2531
<link
2632
rel="preload"
2733
type="image/svg+xml"
@@ -34,6 +40,12 @@
3440
as="image"
3541
href="./src/assets/frankendancer_logo.svg"
3642
/>
43+
<link
44+
rel="preload"
45+
type="image/svg+xml"
46+
as="image"
47+
href="./src/assets/frankendancer_logo_circle.svg"
48+
/>
3749
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3850
<title>Firedancer</title>
3951
</head>

0 commit comments

Comments
 (0)