Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ioahc authored Dec 3, 2024
1 parent b4feee2 commit e3c66b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function App() {
<Palette className="h-8 w-8" />
<h1 className="text-xl font-semibold">
疯狂的调色盘
<span className="ml-2 font-normal text-[hsl(0,0%,60%)] font-logo">· by charles</span>
<span className="ml-2 font-normal text-[hsl(0,0%,60%)] font-logo">· by Oahc</span>
</h1>
</div>
<div className="flex gap-4">
Expand Down Expand Up @@ -312,4 +312,4 @@ function App() {
);
}

export default App;
export default App;

0 comments on commit e3c66b2

Please sign in to comment.