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
e9f6cde2
Commit
e9f6cde2
authored
Jul 27, 2022
by
Jiwon Yoon
Browse files
footer text-sm
parent
c7ba1e48
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/commons/Footer.tsx
View file @
e9f6cde2
...
...
@@ -2,7 +2,7 @@ import React from "react";
export
const
Footer
=
()
=>
{
return
(
<
div
className
=
"flex justify-center mt-5 py-1 bg-gray-100"
>
<
p
className
=
"text-gray-500"
>
<
p
className
=
"text-gray-500
text-sm
"
>
Copyright © 2022 Simple Survey Form. All rights reserved.
</
p
>
</
div
>
...
...
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