Skip to content

Commit 196f84c

Browse files
committed
prep to bring in react router
1 parent 03b2be3 commit 196f84c

File tree

1 file changed

+4
-0
lines changed
  • exercises/99.final/99.solution/src

1 file changed

+4
-0
lines changed

exercises/99.final/99.solution/src/ui.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ export async function getJournalViewUI(db: DBClient) {
1111
<div class="entries-grid">
1212
${entries.map((entry) => createEntryCard(entry)).join('')}
1313
</div>
14+
<div class="footer">
15+
<p>Powered by <a href="https://example.com" target="_blank">Epic Me</a></p>
16+
</div>
1417
</div>
18+
</body>
1519
</html>
1620
`
1721
}

0 commit comments

Comments
 (0)