diff --git a/frontend/src/routes/(app)/dashboard/links/+page.svelte b/frontend/src/routes/(app)/dashboard/links/+page.svelte
index bd9c366..c9ddbed 100644
--- a/frontend/src/routes/(app)/dashboard/links/+page.svelte
+++ b/frontend/src/routes/(app)/dashboard/links/+page.svelte
@@ -332,48 +332,44 @@
{/if}
{/await}
-{#if $page.state.linkQR}
- {
- if (!open) {
- history.back()
- }
- }}>
-
-
- Shortener QR
-
- Use this QR code to share the shortener.
-
-
-
-
-
-
-
-{/if}
+ {
+ if (!open) {
+ history.back()
+ }
+ }}>
+
+
+ Shortener QR
+
+ Use this QR code to share the shortener.
+
+
+
+
+
+
+
-{#if $page.state.projectLinkQR}
- {
- if (!open) {
- history.back()
- }
- }}>
-
-
- Shortener QR
-
- Use this QR code to share the shortener.
-
-
-
-
-
-
-
-{/if}
+ {
+ if (!open) {
+ history.back()
+ }
+ }}>
+
+
+ Shortener QR
+
+ Use this QR code to share the shortener.
+
+
+
+
+
+
+