Skip to content

Commit

Permalink
feat: settings page title
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed May 18, 2024
1 parent 32b818b commit 6937f2a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/renderer/src/pages/settings.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
export function Component() {
return <>Settings</>
return (
<div
className="h-10 absolute top-0 inset-x-0 border-b flex items-center pl-20 text-sm font-medium"
aria-hidden
>
Follow Settings
</div>
)
}

0 comments on commit 6937f2a

Please sign in to comment.