diff options
| author | Fuwn <[email protected]> | 2025-03-16 01:24:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-16 01:24:49 -0700 |
| commit | 4c792caf7d282b032f5c6dd4616d9d5ea10ab7d3 (patch) | |
| tree | 296dea8ab7edabedaeb71d18aee3c8166850c8c2 /src | |
| parent | feat(Landing): Update section titles (diff) | |
| download | due.moe-4c792caf7d282b032f5c6dd4616d9d5ea10ab7d3.tar.xz due.moe-4c792caf7d282b032f5c6dd4616d9d5ea10ab7d3.zip | |
feat(Landing): Update demo video
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Landing.svelte | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index f025968d..a602665b 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -118,8 +118,8 @@ </div> <div class="item-description demo"> - <a href="https://i.imgur.com/yLSBz2f.mp4" target="_blank"> - <img src="https://i.imgur.com/yLSBz2f.gif" alt="Demo" title="Demo" use:tooltip /> + <a href="https://imgur.com/j5vfKbx.mp4" target="_blank"> + <img src="https://imgur.com/j5vfKbx.gif" alt="Demo" title="Demo" use:tooltip /> </a> </div> </div> |