Skip to content

Commit

Permalink
Merge branch 'release/1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
hutamatr committed Jul 18, 2023
2 parents 997232c + 4649e6b commit 2d87b22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand All @@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>!unknown Store</title>
<title>Urban Shop</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer/SocialsMedia.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ const SocialsMedia = () => {
</li>
</ul>
<div className='flex items-center justify-center py-4 px-6 dark:text-white-bone'>
<a href='mailto:!unknown@gmail.com'>!unknown@gmail.com</a>
<a href='mailto:urbanFashion@gmail.com'>urbanFashion@gmail.com</a>
</div>
<div className='flex flex-col items-center justify-center gap-y-6 gap-x-4 py-4 px-6 dark:text-white-bone md:flex-row md:justify-around md:gap-x-2'>
<span>Privacy Policy</span>
<span>Term & Conditions</span>
</div>
<div className='py-4 px-6 text-center dark:text-white-bone'>
<span>!unknown &#169; 2022</span>
<span>urban fashion &#169; {new Date().getFullYear()}</span>
</div>
</section>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Navigation = () => {
<nav className='relative mx-auto flex max-w-6xl flex-row items-center justify-between bg-white-bone p-4 dark:bg-dark-brown sm:static'>
<Link to='/' replace={true} className='flex items-center gap-x-3'>
<h1 className='font-noto text-2xl font-semibold text-dark-brown dark:text-white-bone'>
!unknown
urban fashion
</h1>
</Link>
<div className='flex flex-row gap-x-6'>
Expand Down

1 comment on commit 2d87b22

@vercel
Copy link

@vercel vercel bot commented on 2d87b22 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.