Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amits97 committed Dec 22, 2024
1 parent 3fb59d8 commit c8a4b2c
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "naadan-chords",
"version": "0.85.7",
"version": "0.85.8",
"homepage": "https://www.naadanchords.com/",
"private": true,
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
<url> <loc>https://www.naadanchords.com/</loc> </url>
<url> <loc>https://www.naadanchords.com/munbe-vaa-sillunu-oru-kaadhal</loc> </url>
<url> <loc>https://www.naadanchords.com/chuttamalle-devara-part-1</loc> </url>
<url> <loc>https://www.naadanchords.com/en-jeevan-theri</loc> </url>
<url> <loc>https://www.naadanchords.com/athimanoharam-vaazha</loc> </url>
Expand Down Expand Up @@ -305,6 +306,7 @@
<url> <loc>https://www.naadanchords.com/album/24</loc> </url>
<url> <loc>https://www.naadanchords.com/album/96</loc> </url>
<url> <loc>https://www.naadanchords.com/album/1983</loc> </url>
<url> <loc>https://www.naadanchords.com/album/sillunu-oru-kaadhal</loc> </url>
<url> <loc>https://www.naadanchords.com/album/devara-part-1</loc> </url>
<url> <loc>https://www.naadanchords.com/album/theri</loc> </url>
<url> <loc>https://www.naadanchords.com/album/vaazha</loc> </url>
Expand All @@ -330,7 +332,6 @@
<url> <loc>https://www.naadanchords.com/album/chandrolsavam</loc> </url>
<url> <loc>https://www.naadanchords.com/album/vellam</loc> </url>
<url> <loc>https://www.naadanchords.com/album/kaanekkaane</loc> </url>
<url> <loc>https://www.naadanchords.com/album/sillunu-oru-kaadhal</loc> </url>
<url> <loc>https://www.naadanchords.com/album/summer-in-bethlehem</loc> </url>
<url> <loc>https://www.naadanchords.com/album/naran</loc> </url>
<url> <loc>https://www.naadanchords.com/album/bro-daddy</loc> </url>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/ContentParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export default class ContentParser extends Component {
<p className="mb-0">
{scale ? (
<React.Fragment>
<span className="text-muted">Scale - </span>
<span className="text-muted">Key - </span>
{scale}
<br />
</React.Fragment>
Expand Down
5 changes: 5 additions & 0 deletions src/containers/account/Editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
font-size: 14px;
}

.Editor button.post-submit {
margin-top: 0;
}

.Editor form textarea#content {
border-top: 0;
padding-top: 50px;
Expand Down Expand Up @@ -190,6 +194,7 @@
position: relative;
overflow: auto;
width: 200px;
padding-top: 10px;
}

.Editor .auto-save .auto-saving {
Expand Down
6 changes: 3 additions & 3 deletions src/containers/account/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ export default class Editor extends Component {
Additional Details{" "}
<small className="text-muted">
{" "}
- Scale, Tempo and Time Signature
- Key, Tempo and Time Signature
</small>
</React.Fragment>
</a>
Expand All @@ -746,7 +746,7 @@ export default class Editor extends Component {
<Form.Control
autoComplete="off"
type="text"
placeholder="Scale"
placeholder="Key"
onChange={this.handleChange}
value={this.state.scale ? this.state.scale : ""}
readOnly={isViewMode}
Expand Down Expand Up @@ -1047,7 +1047,7 @@ export default class Editor extends Component {
Cancel
</a>

<div className="auto-save float-right pt-2">
<div className="auto-save float-right">
<span
className={`float-right ${
this.state.isAutoSaving ||
Expand Down
1 change: 1 addition & 0 deletions src/containers/account/EditorPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

.EditorPanel .btn-group .btn {
border-radius: 0;
margin-top: 0;
}

.EditorPanel .btn-group .btn:hover {
Expand Down
2 changes: 1 addition & 1 deletion src/containers/admin/Admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.Admin .header .btn {
margin-top: 25px;
padding-top: 6px;
padding-top: 10px;
}

.Admin .header .btn span {
Expand Down

0 comments on commit c8a4b2c

Please sign in to comment.