+ return
}
\ No newline at end of file
diff --git a/src/components/sosmed.tsx b/src/components/sosmed.tsx
new file mode 100644
index 0000000..7a4a6f2
--- /dev/null
+++ b/src/components/sosmed.tsx
@@ -0,0 +1,51 @@
+'use client'
+
+import { Icon } from "@iconify/react";
+import Link from "next/link";
+
+const sosmeds = [
+ {
+ name: 'x',
+ url: 'https://x.com/_nomi_nonsz',
+ icon: 'pajamas:twitter',
+ size: 'text-3xl'
+ },
+ {
+ name: 'facebook',
+ url: 'https://www.facebook.com/nominonsense/',
+ icon: 'mdi:facebook'
+ },
+ {
+ name: 'github',
+ url: 'https://github.com/nomi-nonsz/',
+ icon: 'mdi:github'
+ },
+ {
+ name: 'reddit',
+ url: 'https://www.reddit.com/user/_nomi_nonsz',
+ icon: 'mdi:reddit'
+ },
+ {
+ name: 'itch',
+ url: 'https://nomi-nonsense.itch.io/',
+ icon: 'cib:itch-io',
+ size: 'text-3xl'
+ },
+]
+
+export const Sosmed = () => {
+ return (
+
+ {sosmeds.map((sosmed) => (
+
+
+
+ ))}
+
+ )
+}
\ No newline at end of file
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 021c393..4c46c18 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -11,8 +11,12 @@ const config: Config = {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
+ primary: "var(--primary)",
},
},
+ screens: {
+ 'xs': '480px'
+ }
},
plugins: [],
};
diff --git a/yarn.lock b/yarn.lock
index beef2a0..b4a37ba 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -58,6 +58,18 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
+"@iconify/react@^5.2.0":
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/@iconify/react/-/react-5.2.0.tgz#c525afc322edba4152aa81e42e22a71a7c31a62b"
+ integrity sha512-7Sdjrqq3fkkQNks9SY3adGC37NQTHsBJL2PRKlQd455PoDi9s+Es9AUTY+vGLFOYs5yO9w9yCE42pmxCwG26WA==
+ dependencies:
+ "@iconify/types" "^2.0.0"
+
+"@iconify/types@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@iconify/types/-/types-2.0.0.tgz#ab0e9ea681d6c8a1214f30cd741fe3a20cc57f57"
+ integrity sha512-+wluvCrRhXrhyOmRDJ3q8mux9JkKy5SJ/v8ol2tu4FVjyYvtEzkc/3pK15ET6RKg4b4w4BmTk1+gsCUhf21Ykg==
+
"@isaacs/cliui@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -339,6 +351,11 @@ acorn@^8.9.0:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
+add@^2.0.6:
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/add/-/add-2.0.6.tgz#248f0a9f6e5a528ef2295dbeec30532130ae2235"
+ integrity sha512-j5QzrmsokwWWp6kUcJQySpbG+xfOBqqKnup3OIk1pz+kB/80SLorZ9V8zHFLO92Lcd+hbvq8bT+zOGoPkmBV0Q==
+
ajv@^6.12.4:
version "6.12.6"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
@@ -2857,6 +2874,11 @@ yaml@^2.3.4:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==
+yarn@^1.22.22:
+ version "1.22.22"
+ resolved "https://registry.yarnpkg.com/yarn/-/yarn-1.22.22.tgz#ac34549e6aa8e7ead463a7407e1c7390f61a6610"
+ integrity sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==
+
yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"