feat: Update import path for markdown.css in about/page.tsx
The import path for the markdown.css file in the about/page.tsx file was updated to '../privacy-policy/markdown.css'. This change ensures that the correct CSS file is being imported and applied to the About page, improving the styling and consistency of the page.
This commit is contained in:
@@ -4,7 +4,7 @@ import { Navigation } from "@/components/navigation";
|
|||||||
import { releaseNoteIsAlpha, releaseNotes } from "@/lib/release-notes";
|
import { releaseNoteIsAlpha, releaseNotes } from "@/lib/release-notes";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import Markdown from 'react-markdown'
|
import Markdown from 'react-markdown'
|
||||||
import './markdown.css';
|
import '../privacy-policy/markdown.css';
|
||||||
|
|
||||||
export default function PrivacyPolicy() {
|
export default function PrivacyPolicy() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user