mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Renamed daily view to summary
This commit is contained in:
parent
7b25dc13dd
commit
fc22234c6f
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export default function Sidebar() {
|
||||||
</SidebarButton>
|
</SidebarButton>
|
||||||
<SidebarButton
|
<SidebarButton
|
||||||
onClick={() => navigate("/ActivityToday")}
|
onClick={() => navigate("/ActivityToday")}
|
||||||
name="Daily View"
|
name="Summary"
|
||||||
>
|
>
|
||||||
<TodayIcon size={48} color="white" />
|
<TodayIcon size={48} color="white" />
|
||||||
</SidebarButton>
|
</SidebarButton>
|
||||||
|
|
Loading…
Reference in a new issue