Skip to content

Commit 2366a35

Browse files
committed
feat: add Unleash link to footer and import FlagIcon
1 parent e6c9fa5 commit 2366a35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

quotes-frontend/src/app/layout.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Metadata } from "next";
22
import { Geist, Geist_Mono } from "next/font/google";
33
import "./globals.css";
4-
import { CodeBracketIcon, DocumentMagnifyingGlassIcon, ChartBarIcon } from '@heroicons/react/24/solid';
4+
import { CodeBracketIcon, DocumentMagnifyingGlassIcon, ChartBarIcon, FlagIcon } from '@heroicons/react/24/solid';
55

66
const geistSans = Geist({
77
variable: "--font-geist-sans",
@@ -45,6 +45,9 @@ export default function RootLayout({
4545
<a href={githubUrl} className="text-gray-400 hover:text-white flex items-center" target="_blank" rel="noopener noreferrer">
4646
<CodeBracketIcon className="h-5 w-5 mr-1" /> View Source
4747
</a>
48+
<a href="https://examples-unleash-web.nav.cloud.nais.io" className="text-gray-400 hover:text-white flex items-center" target="_blank" rel="noopener noreferrer">
49+
<FlagIcon className="h-5 w-5 mr-1" /> Unleash
50+
</a>
4851
</div>
4952
</footer>
5053
</body>

0 commit comments

Comments
 (0)