mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
fix(worldtravel): remove unnecessary hover scale effect on country cards
This commit is contained in:
parent
a99553ba0d
commit
badeac867d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
export let appVersion = 'v0.10.0';
|
||||
export let appVersion = 'v0.10.0-main-06132025';
|
||||
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.10.0';
|
||||
export let appTitle = 'AdventureLog';
|
||||
export let copyrightYear = '2023-2025';
|
||||
|
|
|
@ -245,7 +245,7 @@
|
|||
: country.num_visits === country.num_regions
|
||||
? 'bg-green-200'
|
||||
: 'bg-blue-200'
|
||||
} text-black focus:outline-6 focus:outline-black hover:scale-110 transition-transform cursor-pointer`}
|
||||
} text-black focus:outline-6 focus:outline-black cursor-pointer`}
|
||||
on:click={() => goto(`/worldtravel/${country.country_code}`)}
|
||||
>
|
||||
<span class="text-xs font-medium">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue