Skip to content

Commit

Permalink
feat: preparations for light-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
KL13NT committed Oct 14, 2020
1 parent b76ac5d commit c522061
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 13 deletions.
8 changes: 4 additions & 4 deletions public/assets/logo_dark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/assets/logo_standalone.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function Layout({ children }) {
<Link href='/'>
<a>
<img
src='/assets/logo.svg'
src='/assets/logo_standalone.svg'
alt='Pollu logo'
className='block m-auto h-16'
/>
Expand All @@ -39,7 +39,7 @@ export function Layout({ children }) {
Created by{' '}
<a
href='https://iamnabil.netlify.app'
className='text-action'
className='underline'
target='_blank'
referrerPolicy='origin-when-cross-origin'
>
Expand All @@ -48,7 +48,7 @@ export function Layout({ children }) {
.{' '}
<a
href='https://github.com/KL13NT/pollu'
className='text-action'
className='underline'
target='_blank'
referrerPolicy='origin-when-cross-origin'
>
Expand Down

1 comment on commit c522061

@vercel
Copy link

@vercel vercel bot commented on c522061 Oct 14, 2020

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

Please sign in to comment.