Skip to content

Commit

Permalink
Merge pull request #25 from weseek/feat/TC2023E-72-add-footer
Browse files Browse the repository at this point in the history
Feat/tc2023 e 72 add footer
  • Loading branch information
atsuki-t authored Oct 13, 2023
2 parents a16adec + 0c34e36 commit 52895d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/mobliz-clone/src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
<SideMenu />
</div>
</main>
<footer className="bg-white mt-5 border-top">
<p className="text-end p-4 mb-0"><small>© Copyright 2023 WESEEK Blog. All rights reserved.</small></p>
</footer>
</>
);
};
Expand Down

0 comments on commit 52895d0

Please sign in to comment.