Skip to content

Commit

Permalink
jul
Browse files Browse the repository at this point in the history
  • Loading branch information
adrile15 committed Jul 6, 2024
1 parent 4866929 commit 139dca8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion front/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
<Col sm="12" md="12">
<Card class="api-wrapper">
<CardBody>
<Button color="primary" href="https://www.youtube.com/watch?v=GMbB93tYeWk">Video trimestralpib_stats</Button>
<Button color="primary" href="https://www.youtube.com/watch?v=oB7QyrNieAA">Video trimestralpib_stats</Button>
<CardText><hr></CardText>
<CardSubtitle>Developed by <a href="https://github.com/adrile15">Adrian León Arjona</a></CardSubtitle>
</CardBody>
Expand Down
2 changes: 1 addition & 1 deletion front/src/routes/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
Videos
</DropdownToggle>
<DropdownMenu>
<DropdownItem class="menu-item" href ="https://www.youtube.com/watch?v=GMbB93tYeWk">Video trimestralpib_stats </DropdownItem>
<DropdownItem class="menu-item" href ="https://www.youtube.com/watch?v=oB7QyrNieAA">Video trimestralpib_stats </DropdownItem>
</DropdownMenu>

</Dropdown>
Expand Down
2 changes: 1 addition & 1 deletion front/src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
<h1>Videos</h1>

<ul>
<li><a href="https://www.youtube.com/watch?v=GMbB93tYeWk">Video Adrian</a></li>
<li><a href="https://www.youtube.com/watch?v=oB7QyrNieAA">Video Adrian</a></li>
</ul>
</Container>

0 comments on commit 139dca8

Please sign in to comment.