Skip to content

Commit

Permalink
version and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jekrch committed Dec 2, 2024
1 parent 3af4e60 commit af320ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/version-1.8.1-blue)
![Version](https://img.shields.io/badge/version-2.0-blue)
[![Run Tests](https://github.com/jekrch/chord-buildr/actions/workflows/test_on_push.yml/badge.svg)](https://github.com/jekrch/chord-buildr/actions/workflows/test_on_push.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/AboutModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function AboutModal({ open, onOpenChange }: AboutModalProps) {
</div>
</div>

<div className="pt-[0.5em] text-center text-sm">
<div className="pt-[0.7em] text-center text-sm">
<p className="text-muted-foreground">
Chord Buildr is an{" "}
<a
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ and (orientation : portrait) {
.keyCheckBox {
position: absolute !important;
top: -0.35em;
left: 12em;
left: 13em;
z-index: 9999;
}

Expand Down

0 comments on commit af320ea

Please # to comment.