Skip to content

Commit

Permalink
feat: update alpha to beta (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Oct 20, 2023
1 parent 285a6bf commit 2d03ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Disclosure/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Disclosure = ({ courseId }) => (
<div className="disclosure d-flex flex-column align-items-stretch px-4 py-3">
<h2 className="text-light-100">
Xpert
<sub className="version-subscript">alpha</sub>
<sub className="version-subscript">beta</sub>
</h2>
<h3 className="small py-2">An AI-powered educational tool</h3>
<div className="d-flex flex-column">
Expand Down

0 comments on commit 2d03ede

Please sign in to comment.