Skip to content

Commit

Permalink
Prototype: profile updates
Browse files Browse the repository at this point in the history
  • Loading branch information
augustinhiebel committed Dec 5, 2023
1 parent 8a37a57 commit b8a8421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/stryda/profile/[user_id]/tab-following.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function TabProfileFollowing() {
<>
{isEmpty ? (
<>
<div className="surface rounded-lg px-4 py-8 text-center mb-4">
<div className="px-4 py-24 text-center">
<div className="max-w-xs mx-auto">
<span className="icon icon-multiple-11 text-6xl text-ui-500" />
{selectedUser.isYou ? (
Expand Down
2 changes: 1 addition & 1 deletion pages/stryda/profile/[user_id]/tab-stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function TabProfileStats() {
</button>
</Link>
</div>
<ul className="relative z-10 p-4 flex flex-wrap justify-evenly items-center bg-ui-900/5 text-center gap-4 rounded">
<ul className="relative z-10 p-4 flex flex-wrap justify-evenly items-center bg-gradient-to-b from-ui-900/40 to-ui-900/20 text-center gap-4 rounded">
{prototype
.getGameByID(item)
.demo?.mainStats.map((item, itemIndex) => (
Expand Down

0 comments on commit b8a8421

Please sign in to comment.