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