Skip to content

Commit

Permalink
feat: remove beta language (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
alangsto authored Feb 21, 2024
1 parent 07b5678 commit d42982c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/components/Disclosure/Disclosure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@

h2 {
font-size: 2rem;

.version-subscript {
color: variables.$accent-yellow;
}
}

h3 {
Expand Down
1 change: 0 additions & 1 deletion src/components/Disclosure/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const Disclosure = ({ children }) => (
<div className="disclosure d-flex flex-column align-items-stretch px-4 py-3">
<h2 className="text-light-100">
Xpert
<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 d42982c

Please sign in to comment.