Skip to content

Commit a67a1a2

Browse files
committed
fix: update Unleash link in footer to new URL
1 parent 2366a35 commit a67a1a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quotes-frontend/src/app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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">
48+
<a href="https://examples-unleash-web.iap.nav.cloud.nais.io" className="text-gray-400 hover:text-white flex items-center" target="_blank" rel="noopener noreferrer">
4949
<FlagIcon className="h-5 w-5 mr-1" /> Unleash
5050
</a>
5151
</div>

0 commit comments

Comments
 (0)