Skip to content

Commit ca03690

Browse files
authored
feat(change): about page to reflect new tech (#9)
1 parent 6fe1d0e commit ca03690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/about/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ const About = () => {
183183
<div>
184184
<h4 className="mb-2 font-semibold text-gray-900">Frontend</h4>
185185
<ul className="space-y-1 text-sm text-gray-700">
186-
<li>Next.js 13</li>
187-
<li>React 18</li>
186+
<li>Next.js 15</li>
187+
<li>React 19</li>
188188
<li>Tailwind CSS</li>
189189
<li>React Query</li>
190190
</ul>

0 commit comments

Comments
 (0)