Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
survey
Commits
a676b97b
Commit
a676b97b
authored
Jun 24, 2022
by
Jiwon Yoon
Browse files
darkmode delete
parent
14120c0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/src/Components/Header.tsx
View file @
a676b97b
...
@@ -2,12 +2,8 @@ import React from "react";
...
@@ -2,12 +2,8 @@ import React from "react";
import
{
Link
}
from
"
react-router-dom
"
;
import
{
Link
}
from
"
react-router-dom
"
;
import
"
tailwindcss/tailwind.css
"
;
import
"
tailwindcss/tailwind.css
"
;
type
HeaderProps
=
{
const
Header
=
()
=>
(
<
div
className
=
"bg-white border-b-2 border-b-themeColor px-2 sm:px-4 py-2.5"
>
};
const
Header
=
({
}:
HeaderProps
)
=>
(
<
div
className
=
"bg-white border-b-2 border-b-themeColor px-2 sm:px-4 py-2.5 dark:bg-gray-800"
>
<
div
className
=
"container flex flex-wrap justify-between items-center mx-auto"
>
<
div
className
=
"container flex flex-wrap justify-between items-center mx-auto"
>
<
Link
to
=
"/"
className
=
"font-bold text-2xl text-themeColor"
>
Simple Survey Form
</
Link
>
<
Link
to
=
"/"
className
=
"font-bold text-2xl text-themeColor"
>
Simple Survey Form
</
Link
>
<
div
className
=
"md:flex items-center justify-end md:flex-1 lg:w-0"
>
<
div
className
=
"md:flex items-center justify-end md:flex-1 lg:w-0"
>
...
...
frontend/src/Pages/HomePage.tsx
View file @
a676b97b
...
@@ -7,7 +7,7 @@ import "tailwindcss/tailwind.css";
...
@@ -7,7 +7,7 @@ import "tailwindcss/tailwind.css";
const
HomePage
=
()
=>
(
const
HomePage
=
()
=>
(
<
div
>
<
div
>
<
div
className
=
"text-slate-300 text-center text-3xl text-black"
>
<
div
className
=
"text-slate-300 text-center text-3xl text-black
my-5
"
>
가장 쉽게 설문지를 만드세요!
가장 쉽게 설문지를 만드세요!
</
div
>
</
div
>
<
div
className
=
"flex container justify-center my-6"
>
<
div
className
=
"flex container justify-center my-6"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment