refactor(web): header os version styling

This commit is contained in:
Zack Spear
2023-10-10 17:10:50 -05:00
committed by Zack Spear
parent f35e0ab627
commit 5d6d91cfbd

View File

@@ -29,10 +29,10 @@ const showRebootRequired = computed(() => rebootType.value !== '');
</script>
<template>
<div class="flex flex-row justify-center gap-x-4px">
<div class="flex flex-row justify-start gap-x-4px">
<button
@click="updateOsActionsStore.viewCurrentReleaseNotes(t('{0} Release Notes', [osVersion]))"
class="group"
class="group leading-none"
:title="t('View release notes')"
>
<UiBadge