Skip to content

Commit

Permalink
Merge pull request #40 from adyen-examples/text-update
Browse files Browse the repository at this point in the history
Improve text descriptions
  • Loading branch information
ayodejidev authored Jan 25, 2024
2 parents 6baa047 + efce47b commit 4865d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<header id="header"></header>
<main class="content">
<div><p>All our Test card numbers on <a href="https://docs.adyen.com/development-resources/testing/test-card-numbers" target="_blank">Adyen docs</a></p></div>
<div><p>Find more cards and payment methods on <a href="https://docs.adyen.com/development-resources/testing/test-card-numbers" target="_blank">Adyen docs</a></p></div>
<div>Filter: <input id="search" autocomplete="off"/></div>
<div id="cards">
</div>
Expand Down
2 changes: 1 addition & 1 deletion panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function createFavourites() {

if (numFavs == 0) {
// empty section
var text = $('<em>').text("Add favourites if you like :-)");
var text = $('<span>').html("Click '&#9734' to add your favourites here");
divFavourites.append(text);
}

Expand Down

0 comments on commit 4865d76

Please sign in to comment.