Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion dictionary-octopus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ netstandard
newcert
newguid
NEWID
newnav
Newtonsoft
nfsadmin
nlog
Expand Down
81 changes: 0 additions & 81 deletions src/components/Header.astro

This file was deleted.

26 changes: 0 additions & 26 deletions src/components/MobileMenu.astro

This file was deleted.

44 changes: 0 additions & 44 deletions src/components/ThemeSwitcher.astro

This file was deleted.

4 changes: 4 additions & 0 deletions src/components/TopNav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ const sectionItems: MenuItem[] = links.map(({ label, href }) => ({
);

box-sizing: border-box;
position: fixed;
inset-block-start: 0;
inset-inline: 0;
z-index: 11;
display: grid;
grid-template-columns:
minmax(max-content, var(--top-nav-content-start))
Expand Down
3 changes: 0 additions & 3 deletions src/components/icons/MoonIcon.astro

This file was deleted.

5 changes: 0 additions & 5 deletions src/components/icons/OctopusLogo.astro

This file was deleted.

3 changes: 0 additions & 3 deletions src/components/icons/SunIcon.astro

This file was deleted.

Loading