Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/community/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from '@docusaurus/Link';

function Community() {
return (
<Layout title="Community">
<Layout>
<div className={'hero hero--electron'}>
<div className="container">
<h1 className="hero__title">Community</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/fiddle/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function FiddlePage() {
};

return (
<Layout title="Electron Fiddle">
<Layout>
<header className={styles.header}>
<FiddleLogo width={48} height={48} />
<h1 className={styles.tagline}>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import CodeWindow from './_components/CodeWindow';
export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout title={siteConfig.tagline} description={siteConfig.tagline}>
<Layout>
<header className={clsx('hero', 'hero--primary', styles.heroElectron)}>
<div className="container">
<div className="row">
Expand Down