Skip to content

Commit 577a287

Browse files
committed
fix: author typo, admonition typo, button responsiveness
1 parent f7ce80c commit 577a287

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ProvenanceWidgets is a Javascript library of UI control elements that track and
1818

1919
:::warning
2020

21-
ProvenanceWidgets is not fully compatible with Safari. We recommended using a chromium-based browser or Firefox for the best experience.
21+
ProvenanceWidgets is not fully compatible with Safari. We recommend using a chromium-based browser or Firefox for the best experience.
2222

2323
:::
2424

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const config: Config = {
121121
href: 'https://el-assady.com/'
122122
},
123123
{
124-
label: 'Alex Endert endert [at] gatech.edu',
124+
label: 'Alex Endert',
125125
href: 'https://va.gatech.edu/endert/'
126126
}
127127
],

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function HomepageHeader() {
5151
<br />
5252
{(siteConfig.customFields["institutes"] as string[]).join(" and ")}
5353
</p>
54-
<div className={styles.buttons}>
54+
<div className="flex flex-column justify-content-center align-items-center gap-2 md:flex-row">
5555
<Link
5656
className="button button--secondary button--lg"
5757
to="/docs/intro"

0 commit comments

Comments
 (0)