Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Apr 10, 2024
1 parent cbb7a85 commit 83f6601
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const config: Config = {
//},
matomo: {
matomoUrl: 'https://track.areyouscared.dev/',
siteId: '2', //Change in prod
siteId: '2', //TODO: Change for Launch
phpLoader: 'matomo.php',
jsLoader: 'matomo.js'
},
Expand Down Expand Up @@ -85,6 +85,7 @@ const config: Config = {
},
style: 'dark',
links: [
/* TODO REMOVE THIS LINE ON LAUNCH
{
title: 'Documentation',
items: [
Expand All @@ -101,7 +102,7 @@ const config: Config = {
to: '/docs/guides/ssl'
},
],
},
}, // */
{
title: 'Community',
items: [
Expand Down Expand Up @@ -129,7 +130,7 @@ const config: Config = {
},
} satisfies Preset.ThemeConfig,
plugins: [
require.resolve('docusaurus-lunr-search'),
// TODO FOR LAUNCH: require.resolve('docusaurus-lunr-search'),
'docusaurus-plugin-sass',
'docusaurus-plugin-matomo'
],
Expand Down
9 changes: 8 additions & 1 deletion src/components/HomepageFeatures/look.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,14 @@ export default function HomepageLook(): JSX.Element {
<Feature key={idx} {...props} />
))}
</div>
<h5 style={{textAlign: 'center'}}>pre-release screenshots</h5>
<span style={{textAlign: 'center', fontStyle: 'italic', fontWeight: 'normal'}}>
<h5 style={{fontWeight: 'normal'}}>
These are the current prerelease screenshots.
<br /><br />
Just like this website, these also have light mode which looks fantastic!
</h5>
</span>

</div>
</section>
);
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--md disabled"
to="/" style={{ fontSize: '26px' }}
>Comming Soon!</Link>
>Coming Soon!</Link>
<Link
style={{ paddingTop: '10px', margin: '15px' }}
className="button button--secondary button--sm"
Expand Down

0 comments on commit 83f6601

Please sign in to comment.