diff --git a/package-lock.json b/package-lock.json index 80dbf90..610629c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "naadan-chords", - "version": "0.85.7", + "version": "0.85.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "naadan-chords", - "version": "0.85.7", + "version": "0.85.8", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.34", "@fortawesome/free-brands-svg-icons": "^5.15.2", diff --git a/package.json b/package.json index d439cee..a408f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "naadan-chords", - "version": "0.85.7", + "version": "0.85.8", "homepage": "https://www.naadanchords.com/", "private": true, "dependencies": { diff --git a/public/sitemap.xml b/public/sitemap.xml index a6c28d1..46719cf 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,6 +1,7 @@ https://www.naadanchords.com/ + https://www.naadanchords.com/munbe-vaa-sillunu-oru-kaadhal https://www.naadanchords.com/chuttamalle-devara-part-1 https://www.naadanchords.com/en-jeevan-theri https://www.naadanchords.com/athimanoharam-vaazha @@ -305,6 +306,7 @@ https://www.naadanchords.com/album/24 https://www.naadanchords.com/album/96 https://www.naadanchords.com/album/1983 + https://www.naadanchords.com/album/sillunu-oru-kaadhal https://www.naadanchords.com/album/devara-part-1 https://www.naadanchords.com/album/theri https://www.naadanchords.com/album/vaazha @@ -330,7 +332,6 @@ https://www.naadanchords.com/album/chandrolsavam https://www.naadanchords.com/album/vellam https://www.naadanchords.com/album/kaanekkaane - https://www.naadanchords.com/album/sillunu-oru-kaadhal https://www.naadanchords.com/album/summer-in-bethlehem https://www.naadanchords.com/album/naran https://www.naadanchords.com/album/bro-daddy diff --git a/src/containers/ContentParser.js b/src/containers/ContentParser.js index 6e27967..76b5fb1 100644 --- a/src/containers/ContentParser.js +++ b/src/containers/ContentParser.js @@ -480,7 +480,7 @@ export default class ContentParser extends Component {

{scale ? ( - Scale - + Key - {scale}
diff --git a/src/containers/account/Editor.css b/src/containers/account/Editor.css index 13e8c65..a84085b 100644 --- a/src/containers/account/Editor.css +++ b/src/containers/account/Editor.css @@ -36,6 +36,10 @@ font-size: 14px; } +.Editor button.post-submit { + margin-top: 0; +} + .Editor form textarea#content { border-top: 0; padding-top: 50px; @@ -190,6 +194,7 @@ position: relative; overflow: auto; width: 200px; + padding-top: 10px; } .Editor .auto-save .auto-saving { diff --git a/src/containers/account/Editor.js b/src/containers/account/Editor.js index d7eeeef..659d140 100644 --- a/src/containers/account/Editor.js +++ b/src/containers/account/Editor.js @@ -733,7 +733,7 @@ export default class Editor extends Component { Additional Details{" "} {" "} - - Scale, Tempo and Time Signature + - Key, Tempo and Time Signature @@ -746,7 +746,7 @@ export default class Editor extends Component { -

+