Skip to content

Commit

Permalink
chore(pages/test): edit page title
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Mar 7, 2024
1 parent 3e16f46 commit a2be8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function SampleDropdown() {
export default function TestPage() {
return (
<div className="w-screen h-screen bg-slate-600 text-white flex flex-col">
<p className="w-full text-center text-xl font-bold py-2 border-b border-black">Seggs</p>
<p className="w-full text-center text-xl font-bold py-2 border-b border-black">Bandrek</p>
<div className="w-full h-full flex">
<div className="p-5 min-w-64 h-full border-r border-black">
<SampleDropdown />
Expand Down

0 comments on commit a2be8bf

Please sign in to comment.