style: email tweaking
This commit is contained in:
@@ -47,7 +47,11 @@ export async function GET(request: Request) {
|
||||
createdAt: {
|
||||
gt: new Date(Date.now() - 1000 * 60 * 60 * 24)
|
||||
}
|
||||
}
|
||||
},
|
||||
orderBy: {
|
||||
score: 'desc'
|
||||
},
|
||||
take: 25
|
||||
});
|
||||
|
||||
const validRankedNews = news
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Analytics } from '@vercel/analytics/react';
|
||||
import type { Metadata } from 'next';
|
||||
import { Inter as FontSans } from 'next/font/google';
|
||||
import { Background } from '../components/custom/background/background';
|
||||
import { cn } from '../utils/utils';
|
||||
import { cn } from '../utils/ui';
|
||||
import './globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
||||
Reference in New Issue
Block a user