Skip to content

Commit

Permalink
Change default
Browse files Browse the repository at this point in the history
  • Loading branch information
naitian committed Nov 16, 2023
1 parent 3ce98e2 commit a30fcaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/lib/SemClusters.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script>
import {base} from "$app/paths";
const clusters = [
{name: "Scalar increase", path: `${base}/semclusters/scalar.png`},
{name: "Surprise narrative", path: `${base}/semclusters/surprise.png`},
{name: "Declaration", path: `${base}/semclusters/declare.png`},
{name: "Scalar increase", path: `${base}/semclusters/scalar.png`},
{name: "Similarity / parts of a whole", path: `${base}/semclusters/similarity.png`},
{name: "Concern", path: `${base}/semclusters/concern.png`},
{name: "Me and the boys", path: `${base}/semclusters/me_and_the_boys.png`},
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import { balancer } from "svelte-action-balancer";

<p>Use the dropdown below to view some more examples of semantic clusters.</p>

<Figure caption="Visually diverse clusters emerge even for complex semantic functions like a surprise narrative.">
<Figure caption="Visually diverse clusters emerge even for complex semantic functions.">
<SemClusters/>
</Figure>
<h2>Conclusion</h2>
Expand Down

0 comments on commit a30fcaa

Please sign in to comment.