Skip to content

Commit

Permalink
Add notice #18
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Jan 31, 2024
1 parent 64a9084 commit c6c53cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ <h1>Unleash the full potential of controlled vocabularies in reconciliation</h1>
})
result.appendChild(button)

// add a notice that the service is currently in alpha
const notice = document.createElement("p")
notice.innerHTML = "⚠️ Note: This service is currently in Alpha and may go offline or uploaded data might get lost."
result.appendChild(notice)
}
}

Expand Down

0 comments on commit c6c53cd

Please sign in to comment.