mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-02 10:55:14 -05:00
fix(frontend): move share page logo to top right and link to login
- Move AutoGPT logo from top left to top right in the header - Change logo link to /login page (redirects to library if signed in, signup if new user)
This commit is contained in:
@@ -16,8 +16,8 @@ export default function ShareLayout({
|
||||
return (
|
||||
<div className="min-h-screen bg-background">
|
||||
<header className="border-b border-border bg-background">
|
||||
<div className="container mx-auto px-4 py-4">
|
||||
<Link href="/" className="inline-block">
|
||||
<div className="container mx-auto flex justify-end px-4 py-4">
|
||||
<Link href="/login" className="inline-block">
|
||||
<Image
|
||||
src="/autogpt-logo-dark-bg.png"
|
||||
alt="AutoGPT"
|
||||
|
||||
Reference in New Issue
Block a user