We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3021d1e commit 3c698cdCopy full SHA for 3c698cd
1 file changed
src/components/MonitorBG.tsx
@@ -42,9 +42,9 @@ const Card = () => {
42
<div className={"flex flex-col pt-[56px] px-[12px] pb-[16px] bg-bright w-full gap-[16px]"}>
43
<div className={"flex flex-col gap-1"}>
44
<span className={"text-xl"}>Chamchi</span>
45
- <span className={"text-sm text-gray-900"}>Jiwon Choi ∙ He/Him</span>
+ <span className={"text-sm text-gray-900"}>Jiwon Choi ∙ 🇰🇷 ∙ He/Him</span>
46
</div>
47
- <span className={"text-lg"}>I do web frontend / gamedev</span>
+ <span className={"text-lg"}>Working as web dev / Game dev hobbyist</span>
48
<div className={"flex flex-row flex-wrap gap-1.5"}>
49
<Tag icon={"/images/unity.svg"} text={"Unity"}/>
50
<Tag icon={"/images/react.svg"} text={"React"}/>
0 commit comments