Skip to content

Commit 4720a61

Browse files
committed
fix: notepad title style.
1 parent 3aae4e7 commit 4720a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/apps/NotepadPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const NotepadPage = () => {
146146
className={`flex items-center gap-2 hover:underline ${isRainy ? 'text-gray-400 hover:text-white' : 'text-gray-600 hover:text-gray-900'}`}>
147147
<ArrowLeftIcon/> Back to Apps
148148
</Link>
149-
<h1 className={`absolute left-1/2 -translate-x-1/2 text-2xl font-serif font-bold tracking-wide ${isRainy ? 'text-gray-200' : 'text-gray-800'}`}>
149+
<h1 className={`absolute left-1/2 -translate-x-1/2 text-2xl font-playfairDisplay text-amber-950 font-bold tracking-wide ${isRainy ? 'text-gray-200' : 'text-gray-800'}`}>
150150
Notepad
151151
</h1>
152152
<div className="flex gap-2 ml-auto">

0 commit comments

Comments
 (0)