Skip to content

Commit 4fb9e7d

Browse files
committed
move "Account" to tooltip
1 parent 563e3a9 commit 4fb9e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/packages/frontend/app/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ export const Page: React.FC = () => {
175175
*/
176176
setTimeout(() => $("#anonymous-sign-up").css("opacity", 1), 3000);
177177
} else {
178-
label = <>{intl.formatMessage(labels.account)}</>;
178+
label = undefined;
179179
style = undefined;
180180
}
181181

@@ -188,6 +188,7 @@ export const Page: React.FC = () => {
188188
icon={icon}
189189
active_top_tab={active_top_tab}
190190
hide_label={!show_label}
191+
tooltip={intl.formatMessage(labels.account)}
191192
/>
192193
);
193194
}

0 commit comments

Comments
 (0)