Skip to content
Snippets Groups Projects
Commit aab6c422 authored by xaralis's avatar xaralis
Browse files

feat: update piratar URL format to new

parent 43a0612f
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ const Navbar = () => {
<span className="head-heavy-2xs">{user.name}</span>
<div className="avatar avatar--2xs">
<img
src={`https://a.pirati.cz/piratar/${user.username}.jpg`}
src={`https://a.pirati.cz/piratar/200/${user.username}.jpg`}
alt="Avatar"
/>
</div>
......
......@@ -142,7 +142,7 @@ const Post = ({
return (
<div className={wrapperClassName} ref={ref}>
<img
src={`https://a.pirati.cz/piratar/${author.username}.jpg`}
src={`https://a.pirati.cz/piratar/200/${author.username}.jpg`}
className="w-8 h-8 lg:w-14 lg:h-14 rounded mr-3 object-cover"
alt={author.name}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment