Skip to content

Commit

Permalink
🐛 fix(profile): akk profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 25, 2023
1 parent 0106ea6 commit 9d54158
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion src/components/Contributors/AungKoKo/AungKoKo.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @next/next/no-img-element */
"use client";
import { useState, useEffect, useRef } from "react";
import autoAnimate from "@formkit/auto-animate";
Expand All @@ -24,7 +25,7 @@ const AungKoKo = () => {
<div className="basis-1/2">
<div className="flex flex-col items-start gap-1">
<span className="font-bold text-xl">
<span className="text-2xl">👋</span>I'm
<span className="text-2xl">👋</span>I&apos;m
</span>
<h2 className="text-5xl font-bold">Aung Ko Ko</h2>
<p className="text-xl font-semibold text-white/80">
Expand Down

0 comments on commit 9d54158

Please sign in to comment.