fix(frontend): Help Modal updated for URLs (#18 - @AaronBenDaniel)
* fixed help modal * fix(frontend): Update Help Modal --------- Co-authored-by: TheOnlyWayUp <hi@towu.dev>
This commit is contained in:
@@ -234,32 +234,31 @@
|
|||||||
|
|
||||||
<!-- Open the modal using ID.showModal() method -->
|
<!-- Open the modal using ID.showModal() method -->
|
||||||
|
|
||||||
<dialog id="StoryIDTutorialModal" class="modal">
|
<dialog id="StoryURLTutorialModal" class="modal">
|
||||||
<div class="modal-box">
|
<div class="modal-box">
|
||||||
<form method="dialog">
|
<form method="dialog">
|
||||||
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2"
|
<button class="btn btn-sm btn-circle btn-ghost absolute right-2 top-2"
|
||||||
>✕</button
|
>✕</button
|
||||||
>
|
>
|
||||||
</form>
|
</form>
|
||||||
<h3 class="font-bold text-lg">Retrieving a Story ID</h3>
|
<h3 class="font-bold text-lg">Finding the Story URL</h3>
|
||||||
<ol class="list list-disc list-inside py-4 space-y-4">
|
<ol class="list list-disc list-inside py-4 space-y-4">
|
||||||
<li>
|
<li>
|
||||||
Open the Story URL, this page includes the story description and tags.
|
Copy the URL from the Website, or hit share and copy the URL on the App.
|
||||||
(For example, <span class="font-mono bg-slate-100 p-1"
|
|
||||||
>wattpad.com/story/237369078-wattpad-books-presents</span
|
|
||||||
>).
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Copy the numbers after the <span class="font-mono bg-slate-100 p-1"
|
For example,
|
||||||
>/</span
|
|
||||||
>
|
|
||||||
(In the example, that'd be,
|
|
||||||
<span class="font-mono bg-slate-100 p-1"
|
<span class="font-mono bg-slate-100 p-1"
|
||||||
>wattpad.com/story/<span class="bg-amber-200 p-1">237369078</span
|
>wattpad.com/<span class="bg-amber-200 rounded-sm">story</span
|
||||||
>-wattpad-books-presents</span
|
>/237369078-wattpad-books-presents</span
|
||||||
>)
|
>.
|
||||||
</li>
|
</li>
|
||||||
<li>Paste the Story ID and hit Download!</li>
|
<li>
|
||||||
|
<span class="font-mono bg-slate-100 p-1"
|
||||||
|
>https://www.wattpad.com/939103774-given</span
|
||||||
|
> is okay too.
|
||||||
|
</li>
|
||||||
|
<li>Paste the URL and hit Download!</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<form method="dialog" class="modal-backdrop">
|
<form method="dialog" class="modal-backdrop">
|
||||||
|
|||||||
Reference in New Issue
Block a user