Skip to content

Commit 807164b

Browse files
committed
new free item - creatoom
1 parent 92798a5 commit 807164b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/assets/creatoom.png

501 KB
Loading

src/components/Content.astro

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import Card from "./ui/Card.astro";
2020
import InterfaceInGame from '../assets/interfaceingame.png';
2121
import WebflowInspire from '../assets/webflowInspire.png';
2222
import Wireframe from '../assets/wireframe.png';
23+
import Creatoom from '../assets/creatoom.png';
2324
2425
import CardContent from "./ui/cardContent.astro";
2526
import CardSubmit from "./ui/cardSubmit.astro";
@@ -313,8 +314,14 @@ import CardSubmit from "./ui/cardSubmit.astro";
313314
<div class="item show free">
314315
<p class="labelText">FREE</p>
315316
<CardContent label="FREE" title="Open Peeps" func="Hand-drawn illustration library"
316-
src={OpenPeeps}
317-
href="https://www.openpeeps.com/?ref=repo.cheddzy.com"/>
317+
src={OpenPeeps}
318+
href="https://www.openpeeps.com/?ref=repo.cheddzy.com"/>
319+
</div>
320+
<div class="item show free">
321+
<p class="labelText">FREE</p>
322+
<CardContent label="FREE" title="Creatoom" func="Excellent quality, free mockups"
323+
src={Creatoom}
324+
href="https://creatoom.com/product-category/items/free-mockups/?ref=repo.cheddzy.com"/>
318325
</div>
319326
<!--Other-->
320327
<div class="item show other">

0 commit comments

Comments
 (0)