Skip to content

Commit ca7be9e

Browse files
committed
Included download buttons
1 parent eead97d commit ca7be9e

File tree

63 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1
-1
lines changed

app/ui/modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function Modal({ slug, onClose }: { slug: string; onClose: () =>
6969

7070
{/* Download (never shrink) */}
7171
<DownloadButton
72-
href={`/Source_Skyboxes_NextJS/skyboxes/${slug}/download/${slug}.7z`}
72+
href={`/Source_Skyboxes_NextJS/skyboxes/${slug}/downloads/${slug}.7z`}
7373
download
7474
size={meta?.fileSize}
7575
className="flex-shrink-0" /* ⬅️ keeps the button’s width */
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)