add clock in navber header
;
This commit is contained in:
parent
8eab23e9ba
commit
6193d1f4a8
2 changed files with 23 additions and 5 deletions
|
|
@ -34,11 +34,13 @@
|
|||
<div class="flex items-center">
|
||||
<div class="flex items-center ml-3">
|
||||
<div class="flex flex-row">
|
||||
<div class="flex justify-center sm:flex-row md:flex-col sm:px-5">
|
||||
<div
|
||||
class="flex justify-center items-center sm:flex-row md:flex-col sm:px-5 w-[250px]"
|
||||
>
|
||||
<span
|
||||
class="flex items-center text-primary max-sm:text-xs sm:text-sm md:text-xl font-normal font-kanit"
|
||||
>
|
||||
{{ date | date : "dd MMM yyyy" }}
|
||||
{{ date | date : "dd MMM yyyy HH:mm:ss" }}
|
||||
</span>
|
||||
<p
|
||||
class="md:hidden px-1 flex items-center text-primary font-normal font-kanit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue