Skip to content

Commit

Permalink
chore: strong -> bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkness4 committed Jan 17, 2024
1 parent bb538a3 commit 6ca4c0c
Show file tree
Hide file tree
Showing 9 changed files with 405 additions and 91 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"svelte-markdown": "^0.4.1",
"tailwindcss": "3.4.1",
"tslib": "2.6.2",
"tsparticles": "^3.1.0",
"typescript": "5.3.3",
"vite": "5.0.11",
"vitest": "1.2.0"
Expand Down
317 changes: 317 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions src/lib/components/Applications.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,43 @@
{
name: 'TextToImage',
description:
'<strong>Text to Image</strong>: Create an image based on given textual descriptions or captions.',
'<b>Text to Image</b>: Create an image based on given textual descriptions or captions.',
img: TextToImage,
href: 'https://app.deepsquare.run/texttoimage'
},
{
name: 'Upscaling',
description: '<strong>Upscaling</strong>: Upscale your images with Real ESRGAN.',
description: '<b>Upscaling</b>: Upscale your images with Real ESRGAN.',
img: Upscaling,
href: 'https://app.deepsquare.run/upscaling'
},
{
name: 'Unity',
description:
'<strong>Unity Render Streaming</strong>: Render in real-time your Unity project in the cloud.',
'<b>Unity Render Streaming</b>: Render in real-time your Unity project in the cloud.',
img: Unity,
width: 378,
height: 378,
href: 'https://app.deepsquare.run/unity'
},
{
name: 'Blender',
description: '<strong>Blender</strong>: Render in your Blender project in the cloud.',
description: '<b>Blender</b>: Render in your Blender project in the cloud.',
img: Blender,
width: 378,
height: 378,
href: 'https://app.deepsquare.run/blender'
},
{
name: 'Dev',
description: '<strong>Develop:</strong> Write and deploy your own applications.',
description: '<b>Develop:</b> Write and deploy your own applications.',
img: DevApp,
href: 'https://app.deepsquare.run/sandbox'
},
{
name: 'And more...',
img: Community,
description: '<strong>Community workflows</strong>: Discover and run community workflows.',
description: '<b>Community workflows</b>: Discover and run community workflows.',
href: 'https://github.com/deepsquare-io/workflow-catalog'
}
];
Expand Down
Loading

0 comments on commit 6ca4c0c

Please sign in to comment.