mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2026-09-03 04:20:03 +03:00
Really fix component names
This commit is contained in:
@@ -4,7 +4,7 @@ import Layout from '@theme/Layout';
|
|||||||
export default function Clients() {
|
export default function Clients() {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<h1>Downloads</h1>
|
<h1>Clients</h1>
|
||||||
<p>Placeholder page</p>
|
<p>Placeholder page</p>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import Layout from '@theme/Layout';
|
|||||||
export default function Contact() {
|
export default function Contact() {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<h1>Contribute</h1>
|
<h1>Contact</h1>
|
||||||
<p>Placeholder page</p>
|
<p>Placeholder page</p>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import Layout from '@theme/Layout';
|
|||||||
export default function Contribute() {
|
export default function Contribute() {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<h1>Clients</h1>
|
<h1>Contribute</h1>
|
||||||
<p>Placeholder page</p>
|
<p>Placeholder page</p>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import Layout from '@theme/Layout';
|
|||||||
export default function Downloads() {
|
export default function Downloads() {
|
||||||
return (
|
return (
|
||||||
<Layout>
|
<Layout>
|
||||||
<h1>Contact</h1>
|
<h1>Downloads</h1>
|
||||||
<p>Placeholder page</p>
|
<p>Placeholder page</p>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user