Skip to content

Commit

Permalink
Update datetime.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DamitusThyYeetus123 authored Nov 28, 2024
1 parent 59e9afe commit 3c7b7ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/widgets/datetime/datetime.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3c7b7ef

Please sign in to comment.