Commit e9f6cde2 authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

footer text-sm

parent c7ba1e48
...@@ -2,7 +2,7 @@ import React from "react"; ...@@ -2,7 +2,7 @@ import React from "react";
export const Footer = () => { export const Footer = () => {
return ( return (
<div className="flex justify-center mt-5 py-1 bg-gray-100"> <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. Copyright © 2022 Simple Survey Form. All rights reserved.
</p> </p>
</div> </div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment