Skip to content
Open
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
6 changes: 3 additions & 3 deletions explorer/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default function Home({posts}) {
<MainNav/>
<main>
<HeroSection>
<Grid container style={{padding: '2rem', width:'100%'}}>
<Grid spacing={3} container style={{padding: '2rem', width:'100%'}}>
<Grid size={{ xs:12, md:12, lg:4 }} style={{paddingTop:'2rem'}}>
<img src="images/logo-factors.png" className={styles.titleDiagram} alt={''}/>
</Grid>
Expand Down Expand Up @@ -230,8 +230,8 @@ export default function Home({posts}) {

<h4> Citation </h4>
<p2>
Kim, Y. W., Cox, A., Kabir Adrita, M., Lambert, S., Wimer, A., Halpern, D., Paykin, S., Lin, Q. & Kolak, M. (2026).
OEPS: Opioid Environment Policy Scan Data Ecosystem (Version 3.0) [Dataset]. Zenodo.
Kim, Y. W., Cox, A., Kabir Adrita, M., Lambert, S., Wimer, A., Halpern, D., Paykin, S., Lin, Q. & Kolak, M. (2026).
OEPS: Opioid Environment Policy Scan Data Ecosystem (Version 3.0) [Dataset]. Zenodo.
<a href="https://doi.org/10.5281/zenodo.21909862">https://doi.org/10.5281/zenodo.21909862</a>
</p2>

Expand Down
1 change: 1 addition & 0 deletions explorer/styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@

.subhead {
text-align: start;
margin: 1rem 0;
}

.docsLink {
Expand Down