mirror of
https://github.com/sern-handler/website
synced 2026-06-28 02:32:23 +00:00
feat: add coming soon plugins page
This commit is contained in:
18
src/pages/plugins.js
Normal file
18
src/pages/plugins.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import React from 'react';
|
||||
import Layout from '@theme/Layout';
|
||||
import clsx from "clsx";
|
||||
import styles from "./index.module.css";
|
||||
|
||||
export default function Plugins() {
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<header className={clsx('hero hero--primary-darker', styles.heroBanner)}>
|
||||
<h1 className={"hero__title"}>
|
||||
Coming soon
|
||||
</h1>
|
||||
</header>
|
||||
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user