Edit frontend/src/pages/index.tsx via Editor
This commit is contained in:
parent
cc094b4590
commit
7a6df2db43
@ -42,7 +42,7 @@ const LandingPage = () => {
|
|||||||
|
|
||||||
{/* Header */}
|
{/* Header */}
|
||||||
<header className="absolute top-0 left-0 right-0 z-10 flex items-center justify-between p-6 bg-transparent">
|
<header className="absolute top-0 left-0 right-0 z-10 flex items-center justify-between p-6 bg-transparent">
|
||||||
<h1 className="text-2xl font-bold text-white">CourseFlow</h1>
|
<h1 className="text-2xl font-bold text-white">!!!CourseFlow!!!</h1>
|
||||||
<BaseButtons>
|
<BaseButtons>
|
||||||
<BaseButton href="/login" label="Login" color="info" className="text-white border-white" />
|
<BaseButton href="/login" label="Login" color="info" className="text-white border-white" />
|
||||||
<BaseButton href="/register" label="Register" color="info" outline className="text-white border-white" />
|
<BaseButton href="/register" label="Register" color="info" outline className="text-white border-white" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user