Skip to content

Commit

Permalink
build: new build
Browse files Browse the repository at this point in the history
  • Loading branch information
olyalass committed Jul 31, 2024
1 parent 0b876f6 commit 253389f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/movie-lib/dist/kitsune.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Anime Universe</title>
<script type="module" crossorigin src="/movie-lib/dist/assets/index-5-9npxk8.js"></script>
<script type="module" crossorigin src="/movie-lib/dist/assets/index-qUbZVh69.js"></script>
<link rel="stylesheet" crossorigin href="/movie-lib/dist/assets/index-B-OjW5W6.css">
</head>
<body>
Expand Down
6 changes: 5 additions & 1 deletion src/pages/ListsPage/ListsContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ export function ListsContent() {
top: '30vh',
}}
>
<QRCode value={shareLink} color="#d29ada" icon="/kitsune.svg" />
<QRCode
value={shareLink}
color="#d29ada"
icon="../../../public/kitsune.svg"
/>
<Input
value={shareLink}
onClick={() => copyLinkToClipboard(shareLink)}
Expand Down

0 comments on commit 253389f

Please sign in to comment.