We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3db6b commit 4c89683Copy full SHA for 4c89683
apps/frontend/app/(website)/studio/main/Header/TopBar.tsx
@@ -9,7 +9,7 @@ export const TopBar = () => {
9
variant="link"
10
className="text-md -ml-1 pt-3 font-light text-gray-500 dark:text-gray-300"
11
>
12
- <a href="/apps/studio/public" className="h-[25px]">
+ <a href="https://codemod.com" className="h-[25px]">
13
<CodemodLogo />
14
</a>
15
</Button>
0 commit comments