mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Featured on Product Hunt Button added
This commit is contained in:
@@ -5,7 +5,8 @@ import React from 'react'
|
||||
const Footer = (props) => {
|
||||
return (
|
||||
<footer className={props.darkMode ? 'made-with-love dark-mode-component' : 'made-with-love'}>
|
||||
Made with 💓 by <a href="https://porfolio-franp.netlify.app" target="_blank" rel="noreferrer">Francisco Pessano</a>
|
||||
<p>Made with 💓 by <a href="https://porfolio-franp.netlify.app" target="_blank" rel="noreferrer">Francisco Pessano</a></p>
|
||||
<a href="https://www.producthunt.com/posts/clockify-pomodoro-timer?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-clockify-pomodoro-timer" target="_blank" rel="noreferrer"><img src={`https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=334653&theme=${localStorage.getItem('dark-mode') === "true" ? "dark" : "light"}`} alt="Clockify Pomodoro Timer - Pomodoro Timer that sync the worked hours with Clockify | Product Hunt"/></a>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
.made-with-love {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: auto;
|
||||
width: 100%;
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 5vh;
|
||||
padding-left: 3vw;
|
||||
padding: 5vh 3vw;
|
||||
box-sizing: border-box;
|
||||
background-color: var(--main-background-color);
|
||||
color: rgb(185, 185, 185);
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"sources":["footer-styles.scss","footer-styles.css"],"names":[],"mappings":"AAAA;EAEE,gBAAA;EACA,WAAA;EAEA,gBAAA;EACA,mBAAA;EACA,iBAAA;EAEA,sBAAA;EAEA,8CAAA;EACA,yBAAA;ACHF;ADKE;EACE,cAAA;ACHJ","file":"footer-styles.css"}
|
||||
{"version":3,"sources":["footer-styles.scss","footer-styles.css"],"names":[],"mappings":"AAAA;EAEE,aAAA;EACA,mBAAA;EACA,8BAAA;EAEA,gBAAA;EACA,WAAA;EAEA,gBAAA;EAEA,sBAAA;EAEA,8CAAA;EACA,yBAAA;ACJF;ADME;EACE,cAAA;ACJJ","file":"footer-styles.css"}
|
||||
@@ -1,11 +1,13 @@
|
||||
.made-with-love {
|
||||
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
margin-top: auto;
|
||||
width: 100%;
|
||||
|
||||
padding-top: 5vh;
|
||||
padding-bottom: 5vh;
|
||||
padding-left: 3vw;
|
||||
padding: 5vh 3vw;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user