Skip to content

Commit 5214f62

Browse files
committed
Improve service creation menu
1 parent f24b458 commit 5214f62

6 files changed

Lines changed: 445 additions & 256 deletions

File tree

web/app/page.tsx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,28 @@ export default function Page() {
305305
</Card>
306306
</div>
307307
</div>
308+
309+
<footer className="border-t mt-24">
310+
<div className="container mx-auto px-4 py-8 flex items-center justify-center gap-1 text-sm text-muted-foreground">
311+
<span>Created by</span>
312+
<Link
313+
href="https://github.com/arjunkomath"
314+
target="_blank"
315+
className="font-medium text-foreground hover:underline"
316+
>
317+
Arjun Komath
318+
</Link>
319+
<span>·</span>
320+
<Link
321+
href="https://github.com/techulus/cloud"
322+
target="_blank"
323+
className="inline-flex items-center gap-1 font-medium text-foreground hover:underline"
324+
>
325+
<Github className="h-4 w-4" />
326+
GitHub
327+
</Link>
328+
</div>
329+
</footer>
308330
</div>
309331
);
310332
}

0 commit comments

Comments
 (0)