We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2366a35 commit a67a1a2Copy full SHA for a67a1a2
1 file changed
quotes-frontend/src/app/layout.tsx
@@ -45,7 +45,7 @@ export default function RootLayout({
45
<a href={githubUrl} className="text-gray-400 hover:text-white flex items-center" target="_blank" rel="noopener noreferrer">
46
<CodeBracketIcon className="h-5 w-5 mr-1" /> View Source
47
</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">
+ <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">
49
<FlagIcon className="h-5 w-5 mr-1" /> Unleash
50
51
</div>
0 commit comments