Skip to content

Commit 1ce9a65

Browse files
committed
12hr format
1 parent 6c77481 commit 1ce9a65

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
May 24, 2025, 6:37 PM
1+
May 24, 2025, 7:06 PM

docs/website/src/ui/Footer/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)