Skip to content

Commit

Permalink
feat: title and favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritanand committed Sep 30, 2023
1 parent dbd1d97 commit c9abcbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<head>
<title>TrustAuthX</title>
<link rel="icon" href="./favicon.ico" />
</head>
<Script
src="https://www.googletagmanager.com/gtag/js?id=G-7NXTY5KCKL"
strategy="afterInteractive"
Expand Down
2 changes: 1 addition & 1 deletion src/components/GradientPlatform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function GradientPlatform() {
completely Managed Auth platform
</div>

<div className="mb-8 flex items-center gap-2 md:mb-14">
<div className="mb-8 flex items-center justify-center gap-2 md:mb-14 md:justify-start">
<button className="flex items-center justify-center gap-2 rounded-full border border-white px-3 py-1">
Get started <ArrowIcon />
</button>
Expand Down

0 comments on commit c9abcbc

Please sign in to comment.