We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d41e4f commit 022b968Copy full SHA for 022b968
pages/resources.js
@@ -26,6 +26,13 @@ export default function Snippets({ snippets }) {
26
User Interface
27
</h2>
28
<div className="grid gap-4 grid-cols-1 sm:grid-cols-2 my-2 w-full mt-4">
29
+ {/* https://storyset.com/ */}
30
+ <ResourcesCard
31
+ title="Story Set"
32
+ link="https://storyset.com/"
33
+ websiteLink="storyset.com"
34
+ description="Beautiful illustrations and icons"
35
+ />
36
<ResourcesCard
37
title="Tailwind UI Kit"
38
link="https://www.tailwind-kit.com/"
0 commit comments