Skip to content

Commit

Permalink
site: exchange Dropzone with Pausly (sveltejs#8432)
Browse files Browse the repository at this point in the history
* [feat] add pausly to showcases

* [chore] remove dropzone

* keep dropzone.png

Co-authored-by: Rich Harris <hello@rich-harris.dev>
  • Loading branch information
enyo and Rich-Harris authored Jan 17, 2023
1 parent 3199e77 commit b685dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/kit.svelte.dev/src/routes/home/Showcase.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import pudding from './showcase/pudding.png';
import pocketbase from './showcase/pocketbase.png';
import pronauns from './showcase/pronauns.png';
import dropzone from './showcase/dropzone.png';
import pausly from './showcase/pausly.png';
import asmeditor from './showcase/asmeditor.png';
import monogram from './showcase/monogram.png';
import raster from './showcase/raster.png';
Expand All @@ -13,7 +13,7 @@
const showcase = [
{ url: 'pudding.cool', image: pudding },
{ url: 'www.pronauns.com', image: pronauns },
{ url: 'dropzone.dev', image: dropzone },
{ url: 'www.pausly.app', image: pausly },
{ url: 'asm-editor.specy.app', image: asmeditor },
{ url: 'raster.app', image: raster },
{ url: 'pocketbase.io', image: pocketbase },
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b685dbb

Please sign in to comment.