mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-08-05 12:40:38 +08:00
updated paths and names
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ export interface ChapterProps {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
export const ChapterCard = ({ chapter, children }: ChapterProps) => {
|
||||
export const PolicyChapterCard = ({ chapter, children }: ChapterProps) => {
|
||||
const backgroundColor = useColorModeValue("gray.100", "gray.800");
|
||||
|
||||
return (
|
||||
+1
-1
@@ -10,7 +10,7 @@ export interface SectionProps {
|
||||
section: SectionInfo;
|
||||
}
|
||||
|
||||
export const SectionCard = ({ section }: SectionProps) => {
|
||||
export const PolicySectionCard = ({ section }: SectionProps) => {
|
||||
const backgroundColor = useColorModeValue("gray.200", "gray.700");
|
||||
|
||||
return (
|
||||
Reference in New Issue
Block a user