mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-21 04:01:41 +10:00
fix: implement fuzzy search with locale switcher and settings page
This commit is contained in:
@ -160,10 +160,10 @@ const Question4 = () => {
|
||||
className="no-underline"
|
||||
href={`https://crowdin.com/translate/reactive-resume/all/en-${language.editorCode}`}
|
||||
>
|
||||
<div className="relative bg-secondary-accent font-medium">
|
||||
<div className="relative bg-secondary-accent font-medium transition-colors hover:bg-primary hover:text-background">
|
||||
<span className="px-2 py-1">{language.name}</span>
|
||||
|
||||
{language.progress && (
|
||||
{language.progress !== undefined && (
|
||||
<span
|
||||
className={cn(
|
||||
"inset-0 bg-warning px-1.5 py-1 text-xs text-white",
|
||||
|
||||
Reference in New Issue
Block a user