mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 23:44:11 +02:00
rename archive to spotlights
This commit is contained in:
@@ -6,7 +6,7 @@ import { ColumnLayout } from "../ColumnLayout"
|
||||
export const ArchivesLayout: FC = ({ children }) => {
|
||||
return (
|
||||
<ColumnLayout
|
||||
title="Archives"
|
||||
title="Spotlights"
|
||||
sidebar={ArchivesSidebar}
|
||||
content={children}
|
||||
/>
|
||||
|
||||
@@ -21,7 +21,7 @@ const BaseLayout: FC<IBaseLayout> = (props) => {
|
||||
switch (props.pageContext.layout) {
|
||||
case "resources":
|
||||
return ResourcesLayout
|
||||
case "archives":
|
||||
case "spotlights":
|
||||
return ArchivesLayout
|
||||
case "regular":
|
||||
return PageLayout
|
||||
|
||||
Reference in New Issue
Block a user