File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/components/libresplit Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1+ import { GithubButton } from "../ui/github-button" ;
2+
3+ export function AppGitHubButton ( ) {
4+ return < GithubButton /> ;
5+ }
Original file line number Diff line number Diff line change 1- import { Button } from "../ui/button" ;
21import {
32 NavigationMenu ,
43 NavigationMenuItem ,
54 NavigationMenuLink ,
65 NavigationMenuList ,
76} from "../ui/navigation-menu" ;
7+ import { AppGitHubButton } from "./AppGitHubButton" ;
88import { AppThemeToggleButton } from "./AppThemeToggleButton" ;
9- import { Github } from "lucide-react" ;
109import { Link } from "react-router" ;
1110
1211export function AppNav ( ) {
@@ -57,11 +56,7 @@ function LeftNav() {
5756function RightNav ( ) {
5857 return (
5958 < div className = "flex items-center gap-2" >
60- < Button >
61- < a href = "https://github.com/wins1ey/LibreSplit" >
62- < Github />
63- </ a >
64- </ Button >
59+ < AppGitHubButton />
6560 < AppThemeToggleButton />
6661 </ div >
6762 ) ;
You can’t perform that action at this time.
0 commit comments