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";
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>
......
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