Skip to content

Commit

Permalink
Open GitHub commit for this instance
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil authored Oct 11, 2023
1 parent 5916c69 commit fea80e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function MyApp({ Component, pageProps }: AppProps) {
className="w-fit h-fit bg-light fixed bottom-2 right-2 rounded-full"
elevation={darkModeElevation}
>
<Tooltip title="Open GitHub commit in a new tab">
<Tooltip title="Open GitHub commit for this instance">
<a
href={
'https://github.com/UTDNebula/utd-trends/commit/' +
Expand Down

0 comments on commit fea80e1

Please sign in to comment.