added post container
This commit is contained in:
@ -8,7 +8,7 @@ export default function App({ Component }: PageProps) {
|
||||
<title>frontend</title>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="bg-[#313244]">
|
||||
<Component />
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user