We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e0b6c commit 49dd11dCopy full SHA for 49dd11d
1 file changed
src/articles/article.html
@@ -21,19 +21,6 @@ <h2>Articles</h2>
21
<div id="articles"></div>
22
</div>
23
24
- <!-- Additional modal to show article details -->
25
- <div id="detailsModal" class="modal">
26
- <div class="modal-content">
27
- <span class="close-details">×</span>
28
- <div id="articleDetails">
29
- <h3 id="articleTitle"><span>Title:</span></h3>
30
- <p id="articlePublishDate">Publish Date: </p>
31
- <p id="courseContent">Course Content: </p>
32
- <p id="description">Description: </p>
33
- </div>
34
35
36
-
37
<div class="finished">
38
<img src="/assets/svg/checkerdflag.svg" alt="finished img">
39
<h3>Finished! You reached the end of the Articles that have been created.</h3>
0 commit comments