mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-22 13:51:37 +01:00
Fix icon size
This commit is contained in:
@@ -75,7 +75,7 @@ const getActivity = computed<CodingActivity | undefined>(() => {
|
||||
<span>I'm Idling on my computer with</span>
|
||||
<UIcon
|
||||
:name="IDEs.find(ide => ide.name === getActivity!.name)!.icon"
|
||||
size="20"
|
||||
size="16"
|
||||
/>
|
||||
<span>
|
||||
<strong>{{ getActivity.name }}</strong> running in background.
|
||||
|
||||
Reference in New Issue
Block a user