Skip to content

Commit

Permalink
Merge pull request #15 from uhidontkno/patch-2
Browse files Browse the repository at this point in the history
fix: used wrong username
  • Loading branch information
IncognitoTGT authored Jun 12, 2024
2 parents c647a6c + 3b9505b commit f2b7eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function Navigation({
url: "https://ui.shadcn.com/",
},
];
const developers = ["incognitotgt", "yosoof3", "rare1k"];
const developers = ["incognitotgt", "yosoof3", "uhidontkno"];
return (
<nav className="flex h-16 min-w-full items-center justify-between px-4">
<div className="flex items-center justify-start gap-2">
Expand Down

1 comment on commit f2b7eb4

@yosoof3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no one gives a fuck about rare

Please sign in to comment.