refactor(web): header os version spacing

This commit is contained in:
Zack Spear
2023-09-28 16:23:17 -07:00
committed by Zack Spear
parent a7644ee487
commit 2c3c9c441e

View File

@@ -26,7 +26,7 @@ const { rebootType, rebootTypeText } = storeToRefs(updateOsActionsStore);
</script>
<template>
<div class="flex flex-row justify-center gap-x-8px">
<div class="flex flex-row justify-center gap-x-4px">
<button
@click="updateOsActionsStore.viewCurrentReleaseNotes(t('{0} Release Notes', [osVersion]))"
class="group"