Skip to content

Commit

Permalink
refactor(components): change css style for the last updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thread-koder committed Jan 18, 2024
1 parent 223ba0f commit 96438bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LastUpdated.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="lastUpdated" class="flex justify-end pt-5 ml-8 mr-8 md:mr-12 lg:mr-20 2xl:mr-28 ">
<div v-if="lastUpdated" class="flex justify-end pt-5">
<p class="opacity-50">
{{ lastUpdated }}
</p>
Expand Down

0 comments on commit 96438bc

Please sign in to comment.