Skip to content

Commit

Permalink
make last updated icon larger and add a gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsEricSun committed Feb 21, 2025
1 parent 2c488c7 commit f7d997d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ClassPage/ClassPageInfoHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export function MobileClassPageInfoHeader({
<span className="mobileClassPageInfoHeader--className">{name}</span>
<LastUpdated
lastUpdateTime={latestOccurrence.lastUpdateTime}
iconHeight="11"
iconWidth="11"
iconHeight="16"
iconWidth="16"
className="mobileClassPageInfoHeader--lastUpdated"
/>
</div>
Expand Down
3 changes: 3 additions & 0 deletions styles/pages/_ClassPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@
font-style: italic;
font-weight: 400;
line-height: 18px;
display: flex;
flex-direction: row;
gap: 2px;
}

&--header {
Expand Down

0 comments on commit f7d997d

Please sign in to comment.