Update datetime.jsx
This commit is contained in:
parent
59e9afe857
commit
3c7b7efaf8
@ -33,10 +33,7 @@ export default function DateTime({ options }) {
|
||||
return (
|
||||
<Container options={options} additionalClassNames="information-widget-datetime">
|
||||
<Raw>
|
||||
<div
|
||||
onClick={() => (options.href ? window.location.assign(options.href) : [])}
|
||||
className="flex flex-row items-center grow justify-end"
|
||||
>
|
||||
<div className="flex flex-row items-center grow justify-end">
|
||||
<span className={`text-theme-800 dark:text-theme-200 tabular-nums ${textSizes[textSize || "lg"]}`}>
|
||||
{date}
|
||||
</span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user