Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 5ae2ce7

Browse files
committed
Tweak link tag in module 5 doc
1 parent 58a158d commit 5ae2ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5. Add personal agenda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ In this section we'll add features that track attendees who have registered on t
381381
1. The above markup uses a star icon from the [ionicons](https://ionicons.com/), one of the [icon libraries recommended by Bootstrap](https://getbootstrap.com/docs/4.0/extend/icons/). Let's add a CDN reference to this library in `Pages\Shared\_Layout.cshtml`, directly above the `site.css` reference:
382382
``` html
383383
</environment>
384-
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
384+
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" />
385385
<link rel="stylesheet" href="~/css/site.css" />
386386
```
387387
1. Add `OnPostAsync` handlers to `Session.cshtml.cs` that handles the adding/removing of the session to the personal agenda:

0 commit comments

Comments
 (0)