Skip to content

Commit 87bb255

Browse files
committed
mobile fixes.
1 parent 625f3a7 commit 87bb255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Footer = () => {
3333
<Link to="/logs" className="text-primary-400 hover:text-white transition-colors" onClick={() => window.scrollTo({ top: 0, behavior: 'smooth' })}>Logs</Link>
3434
</div>
3535
<p className="text-sm text-gray-500">
36-
&copy; {new Date().getFullYear()} fezcode. All rights reserved. <code> v0.0.5 </code>
36+
&copy; {new Date().getFullYear()} fezcode. All rights reserved. <code> v0.0.6 </code>
3737
</p>
3838
</div>
3939
</div>

src/components/PostItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const PostItem = ({ slug, title, date, updatedDate }) => {
3131
<span className="hidden sm:inline-block ml-4 px-2 py-1 text-xs font-medium text-blue-400 bg-blue-400/10 rounded-full">Updated: {formattedUpdatedDate}</span>
3232
)}
3333
<span className="ml-4 flex-shrink-0 text-sm font-medium text-primary-400 hover:text-primary-500 transition-colors">
34-
Read post &rarr;
34+
<span className="hidden sm:inline">Read post</span> &rarr;
3535
</span>
3636
</div>
3737
</article>

0 commit comments

Comments
 (0)