Skip to content

Commit

Permalink
webapp/GetStarted: explore -> participate
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Jul 24, 2024
1 parent 9cea7f7 commit 19dc259
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions webapp/cypress/e2e/training.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("training page", () => {
cy.visit("/");

cy.contains("button", "get started").click();
cy.contains("button", "explore").click();
cy.contains("button", "participate").click();
cy.contains("button", "participate").click();

const navigationButtons = 3;
Expand Down Expand Up @@ -46,7 +46,7 @@ describe("training page", () => {
cy.visit("/");

cy.contains("button", "get started").click();
cy.contains("button", "explore").click();
cy.contains("button", "participate").click();
cy.contains("button", "participate").click();
cy.contains("button", "next").click();

Expand Down
4 changes: 2 additions & 2 deletions webapp/src/components/home/GetStarted.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<!-- List of tasks -->
<ButtonsCard
title-align="center"
:buttons="List.of(['explore', goToTaskList])"
:buttons="List.of(['participate', goToTaskList])"
>
<template #title>
Train a model and contribute to existing
<span title="Click Explore to learn more on DISCOllaboratives">
<span title="Click Participate to learn more on DISCOllaboratives">
<DISCOllaboratives />
</span>
</template>
Expand Down

0 comments on commit 19dc259

Please sign in to comment.