File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- May 24, 2025, 6:37 PM
1+ May 24, 2025, 7:06 PM
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default function Footer(): JSX.Element {
1313 useEffect ( ( ) => {
1414 fetch ( '/last-updated.txt' )
1515 . then ( res => res . text ( ) )
16- . then ( text => setDate ( new Date ( text ) . toLocaleString ( ) ) ) ;
16+ . then ( text => setDate ( text ) ) ;
1717 } , [ ] ) ;
1818 return (
1919 < footer className = 'flex fd-column justify-content-cen text-align-center footer' >
@@ -26,7 +26,7 @@ export default function Footer(): JSX.Element {
2626 < div className = 'support-links-box flex fd-column justify-content-cen text-align-center' >
2727 < p > Find this project helpful?</ p >
2828 < p > consider buying me a < Link to = 'https://www.buymeacoffee.com/fector101' className = "buy-me-a-coffee" > Coffee ☕️</ Link > </ p >
29- < p > Or a star on 🌟< Link to = 'https://github.com/Fector101/android_notify' > GitHub.</ Link > </ p >
29+ < p > Or a star on 🌟 < Link to = 'https://github.com/Fector101/android_notify' > GitHub.</ Link > </ p >
3030 < p > Your support helps maintain and improve the project.</ p >
3131 </ div >
3232 < p > Last Updated: { date } , © 2023 Fector101</ p >
You can’t perform that action at this time.
0 commit comments