Skip to content

Commit

Permalink
Lmao the placeholder text was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerIn-wonderland committed Dec 20, 2023
1 parent b2e8409 commit f8bac1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workstore.app/repoManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function loadMainScreen() {
const newRepoURL = document.createElement('input')
const newRepoButton = document.createElement('input')
newRepoName.placeholder = "My Repo"
newRepoURL.placeholder = "https://anura.repo"
newRepoURL.placeholder = "https://anura.repo/"
newRepoButton.type = 'submit'
newRepoButton.value = 'add repo'
newRepoButton.onclick = function() {
Expand Down

0 comments on commit f8bac1a

Please sign in to comment.