0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

fix(console): add hover state to hide guide button (#1328)

This commit is contained in:
Xiao Yijun 2022-06-30 19:28:52 +08:00 committed by GitHub
parent dc069f435c
commit 323895a2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -25,6 +25,10 @@
.hideButton {
color: var(--color-text-link);
cursor: pointer;
&:hover {
text-decoration: underline;
}
}
}
}

View file

@ -220,8 +220,8 @@ const translation = {
progress_dropdown_title: 'A few things you can do...',
title: 'How do you want to get started with Logto?',
subtitle_part1: 'A few things you can do to quickly get value of Logto',
subtitle_part2: 'Im done with this set up.',
hide_this: ' Hide this',
subtitle_part2: 'Im done with this set up. ',
hide_this: 'Hide this',
confirm_message: 'Are you sure you want to hide this page? This action cannot be undone.',
card1_title: 'Check out the demo',
card1_subtitle: 'Try Logto sign-in experience now to see how it works',

View file

@ -217,8 +217,8 @@ const translation = {
progress_dropdown_title: '一些快速上手的操作',
title: '还不知道如何使用 Logto?',
subtitle_part1: '下列是一些可以快速上手的操作,通过这些,你可以更好地感受 Logto 的价值',
subtitle_part2: '我已经完成了这些设置。',
hide_this: ' 隐藏引导',
subtitle_part2: '我已经完成了这些设置。 ',
hide_this: '隐藏引导',
confirm_message: '你确认要隐藏该页面吗? 本操作将无法恢复。',
card1_title: '看看 Demo',
card1_subtitle: '来体验 Logto 登录吧',