mirror of
https://github.com/driftywinds/driftywinds.github.io.git
synced 2025-12-19 02:53:32 +00:00
Update "Discover More On" URL
This commit is contained in:
@@ -222,6 +222,6 @@ main((json) => {
|
||||
const sourceTitle = source.querySelector(".row-title");
|
||||
const sourceSubtitle = source.querySelector(".row-subtitle");
|
||||
sourceTitle.innerText = json.name;
|
||||
sourceContainer.href = `../../?source=${sourceURL}`;
|
||||
sourceContainer.href = `../?source=${sourceURL}`;
|
||||
sourceSubtitle.innerText = json.description ?? "Tap to get started";
|
||||
});
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
<div class="header">
|
||||
<h2>Discover More On</h2>
|
||||
</div>
|
||||
<a class="container" target="_blank">
|
||||
<a class="container" target="_self">
|
||||
<div class="row">
|
||||
<p class="row-title"></p>
|
||||
<p class="row-subtitle"></p>
|
||||
|
||||
Reference in New Issue
Block a user