mirror of
https://github.com/System-End/campfire.git
synced 2026-04-19 19:45:12 +00:00
feat: remove placeholders from stories
This commit is contained in:
parent
be4050b3ce
commit
2b6b9d3255
7 changed files with 3 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 225 KiB |
BIN
frontend/public/stories/counterspell.jpg
Normal file
BIN
frontend/public/stories/counterspell.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 MiB |
BIN
frontend/public/stories/daydream.jpg
Normal file
BIN
frontend/public/stories/daydream.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 429 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 174 KiB |
BIN
frontend/public/stories/scrapyard.png
Normal file
BIN
frontend/public/stories/scrapyard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 370 KiB |
|
|
@ -322,7 +322,7 @@ function App() {
|
|||
|
||||
<div className="flex flex-col lg:flex-row gap-12 justify-between w-full items-center">
|
||||
<StoryCard
|
||||
imageSrc="/stories/ascpixi.png"
|
||||
imageSrc="/stories/counterspell.jpg"
|
||||
imageAlt=""
|
||||
titleImageSrc="/branding/logo-counterspell.png"
|
||||
titleImageAlt="Counterspell logo"
|
||||
|
|
@ -330,7 +330,7 @@ function App() {
|
|||
/>
|
||||
|
||||
<StoryCard
|
||||
imageSrc="/stories/manitej.png"
|
||||
imageSrc="/stories/scrapyard.png"
|
||||
imageAlt=""
|
||||
titleImageSrc="/branding/logo-scrapyard.svg"
|
||||
titleImageAlt="Scrapyard logo"
|
||||
|
|
@ -338,7 +338,7 @@ function App() {
|
|||
/>
|
||||
|
||||
<StoryCard
|
||||
imageSrc="/stories/sebastian.png"
|
||||
imageSrc="/stories/daydream.jpg"
|
||||
imageAlt=""
|
||||
titleImageSrc="/branding/logo-daydream.png"
|
||||
titleImageAlt="Daydream logo"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue