Skip to content

Commit ced09c8

Browse files
committed
fixe
1 parent 53fb718 commit ced09c8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

web/public/viz/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ <h3>A Bit of Machine Learning: OLS Analysis</h3>
392392

393393
<div class="chart-container">
394394
<div class="chart-placeholder">
395-
<img src="assets/OLS_subscribers_scores.png" alt="OLS Scatter Plot"
395+
<img src="assets/ols_subscribers_scores.png" alt="OLS Scatter Plot"
396396
style="width: 100%; height: auto;">
397397
</div>
398398
</div>

web/src/pages/User_community.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ export default function User_community() {
584584
}}
585585
>
586586
<p style={{ marginTop: 0, fontSize: "1.05rem" }}>
587-
You’ve reached the end of this path.
587+
You’ve reached the end of this journey.
588588
<br />
589589
Where would you like to go next?
590590
</p>
@@ -598,15 +598,15 @@ export default function User_community() {
598598
flexWrap: "wrap",
599599
}}
600600
>
601-
<a className="cta-btn subtle" href="../index.html">
601+
<a className="cta-btn accent" href="../index.html">
602602
Introduction
603603
</a>
604604

605605
<a className="cta-btn accent" href="../viz/">
606606
Network Journey
607607
</a>
608608

609-
<a className="cta-btn subtle" href="../conclusion.html">
609+
<a className="cta-btn accent" href="../conclusion.html">
610610
Conclusion
611611
</a>
612612
</div>

0 commit comments

Comments
 (0)