Skip to content

Commit

Permalink
Added logo to Footer
Browse files Browse the repository at this point in the history
  • Loading branch information
soniya malviya authored and soniya malviya committed Jun 3, 2024
1 parent e017e2b commit 330d717
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/mystory.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ const Sample = () => {
<div className="flex flex-col-reverse items-center justify-between space-y-8 md:space-y-0 md:grid md:grid-cols-2 py-12 border-t border-t-neutral-300 dark:border-neutral-700">
<div className="flex flex-col items-center md:items-start justify-start pt-16 md:pl-24 md:pt-0">
<h2 className="text-4xl md:text-6xl font-bold text-center md:text-left pb-2">
mystory
<img src="/mystory-new-logo/mystory-logo.svg" alt="MyStory Logo" />
</h2>

<p className="text-gray-400 text-center">
A way to share stories anonymously.
</p>
Expand Down Expand Up @@ -58,7 +59,7 @@ const Sample = () => {

<div className="pb-8">
<p className="text-sm dark:text-neutral-400 text-center">
&copy; {new Date().getFullYear()} mystory | All rights reserved.
&copy; {new Date().getFullYear()} mystory | All rights reserved.
</p>
<p className="text-center dark:text-neutral-400 text-lg font-bold space-x-2 mt-2">
<LocationDisplay />
Expand Down

0 comments on commit 330d717

Please sign in to comment.