Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev): dev setup info page #686

Merged
merged 7 commits into from
Oct 31, 2023
Prev Previous commit
Next Next commit
refactor(style): remove warning-hint css class
  • Loading branch information
theborakompanioni committed Oct 24, 2023
commit 14e94237efd53296170d3cb166e10ae727a5099b
6 changes: 3 additions & 3 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ export default function Footer() {
<rb.Nav as="footer" className="border-top py-2">
<rb.Container fluid="xl" className="d-flex justify-content-center py-2 px-4">
<div className="d-none d-md-flex flex-1 order-0 justify-content-start align-items-center">
<div className="warning-hint text-start text-secondary">
<div className="text-small text-start text-secondary">
<Trans i18nKey="footer.warning">
This is pre-alpha software.
<rb.Button
variant="link"
className="warning-hint text-start border-0 p-0 text-secondary"
className="text-small text-start border-0 p-0 text-secondary"
onClick={() => setShowBetaWarning(true)}
>
Read this before using.
Expand Down Expand Up @@ -104,7 +104,7 @@ export default function Footer() {
)}
</div>
<div className="d-flex flex-1 order-2 justify-content-end align-items-center gap-1">
<div className="warning-hint text-start text-secondary d-none d-md-block pe-1">
<div className="text-small text-start text-secondary d-none d-md-block pe-1">
{!isDebugFeatureEnabled('devSetupPage') ? (
<a
href="https://github.com/joinmarket-webui/jam/tags"
Expand Down
4 changes: 0 additions & 4 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,6 @@ h2 {
}
/* Alpha Warning */

.warning-hint {
font-size: 0.8rem;
}

.warning-card-wrapper {
position: fixed;
height: 100%;
Expand Down