@@ -35,7 +33,7 @@ export const DoubleLeftButton = ({ _f }: { _f: () => void }) => (
export const DoubleRightButton = ({ _f }: { _f: () => void }) => (
)
-import { h } from 'preact'
-
function SimpleIcon(key: string) {
if (key === 'javascript') {
console.log('key', key)
diff --git a/src/components/featured-and-projects/resources.tsx b/src/components/featured-and-projects/resources.tsx
index a42c388..5ee021e 100644
--- a/src/components/featured-and-projects/resources.tsx
+++ b/src/components/featured-and-projects/resources.tsx
@@ -38,7 +38,7 @@ const DoubleDownButton = ({ _f }: { _f: () => void }) => (
)
const DoubleLeftButton = ({ _f }: { _f: () => void }) => (
-
+
@@ -47,7 +47,7 @@ const DoubleLeftButton = ({ _f }: { _f: () => void }) => (
const DoubleRightButton = ({ _f }: { _f: () => void }) => (