diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-22 13:13:14 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-22 13:13:14 +0200 |
| commit | d47b3ccf615639ee7c83a7be10aaa581e5a934e1 (patch) | |
| tree | ea465f20831984e237b4ff0a69108dd59a6991fc /src/components/Navigation.tsx | |
| parent | 69cc1db574e319c77d5ae049979a6b35518b26fe (diff) | |
Add embed page and more cleanup
Diffstat (limited to 'src/components/Navigation.tsx')
| -rw-r--r-- | src/components/Navigation.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index b5ef2a7..1aeca32 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -73,7 +73,7 @@ function NavLinks({ mobile = false }: { mobile?: boolean }) { <a href="/subnet-guide" className={linkClass}> Subnet Guide </a> - <a href="/embed-example" className={linkClass}> + <a href="/embed-widget" className={linkClass}> Embed </a> <a |
