Skip to content

Commit 436fafc

Browse files
committed
chore(account): add note about activity using utc time
1 parent 792a222 commit 436fafc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

frontend/src/html/pages/account.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
<div class="daysFull"></div>
308308
<div class="days"></div>
309309
<div class="nodata hidden">No data found.</div>
310+
<div class="note">Note: All activity data is using UTC time.</div>
310311
</div>
311312
</div>
312313

frontend/src/styles/account.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,13 @@
489489
// font-size: 0.75rem;
490490
}
491491

492+
.note {
493+
grid-column: span 2;
494+
text-align: center;
495+
font-size: 0.6em;
496+
color: var(--sub-color);
497+
}
498+
492499
.top {
493500
grid-area: top;
494501
display: grid;

0 commit comments

Comments
 (0)