Skip to content

Commit

Permalink
Fixed: about page Issue (#431)
Browse files Browse the repository at this point in the history
* fix : issue is solve

* fix : about page issue
  • Loading branch information
Nishitbaria authored Jul 6, 2023
1 parent 5869b9a commit 6d0e227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ <h2>Built with <i class="fa-solid fa-heart"></i> by <br> <a href="https://github

var alanBtnInstance = alanBtn({
key: "3a41c2735a5252b764a5a62bdae65be32e956eca572e1d8b807a3e2338fdd0dc/stage",
bottom: "50px",
left: "50px",
onCommand: function (commandData) {
if (commandData && commandData.command === 'openURL') {
if (commandData.target === '_blank'){
Expand Down

0 comments on commit 6d0e227

Please sign in to comment.