style: flipping cards as background
This commit is contained in:
@@ -6,7 +6,7 @@ import { cn } from '../utils/utils';
|
||||
import './globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Hacker News newsletter',
|
||||
title: 'Hacker News newsletter by FromPixels',
|
||||
description: 'Newsletter delivering the best posts from Hacker News',
|
||||
keywords: 'newsletter, hackernews, technology, coding, programming, news'
|
||||
};
|
||||
|
||||
@@ -434,7 +434,7 @@ export default function Privacy() {
|
||||
title='Privacy Policy'
|
||||
description='Last updated: December 03, 2023'
|
||||
content={body}
|
||||
style='w-2/3 overflow-auto h-[90vh]'
|
||||
style='w-2/3 h-[90vh]'
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user