File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ProvenanceWidgets is a Javascript library of UI control elements that track and
18
18
19
19
:::warning
20
20
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.
22
22
23
23
:::
24
24
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const config: Config = {
121
121
href : 'https://el-assady.com/'
122
122
} ,
123
123
{
124
- label : 'Alex Endert endert [at] gatech.edu ' ,
124
+ label : 'Alex Endert' ,
125
125
href : 'https://va.gatech.edu/endert/'
126
126
}
127
127
] ,
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ function HomepageHeader() {
51
51
< br />
52
52
{ ( siteConfig . customFields [ "institutes" ] as string [ ] ) . join ( " and " ) }
53
53
</ p >
54
- < div className = { styles . buttons } >
54
+ < div className = "flex flex-column justify-content-center align-items-center gap-2 md:flex-row" >
55
55
< Link
56
56
className = "button button--secondary button--lg"
57
57
to = "/docs/intro"
You can’t perform that action at this time.
0 commit comments