Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Feb 7, 2024
1 parent 2f4800d commit 86ba4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/homeComponents/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function HomePage() {
}
if (
moment('2024-02-10T00:00:00.00+07:00').isAfter(data?.datetime) &&
location.origin != 'https://lixi.aura.network'
location.origin == 'https://lixi.aura.network'
) {
return (
<main className='relative min-h-screen'>
Expand Down

0 comments on commit 86ba4af

Please sign in to comment.