Skip to content

Commit

Permalink
Tidy ups
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Oct 2, 2024
1 parent 32081ca commit 0d647a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/2022/videos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="container">
<h1 class="text-center text-white mb-4">Videos</h1>
<h4 class="text-center mb-5">Watch all the amazing content from the conference.</h4>
<ul>
<ul class="list">
<li>
<div class="card">
<div class="video">
Expand All @@ -95,7 +95,7 @@ <h4 class="text-center mb-5">Watch all the amazing content from the conference.<
<h3 class="h3">What's New In Foundation</h3>
<ul class="speaker-list">
<li>
<h4 class="f-weight-300"><a href="/2022/speakers/tony-parker/">Tony Parker</a></h4>
<h4 class="f-weight-300">Tony Parker</h4>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Sources/Conference/Components/Videos.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ struct Videos: Component {
}.class("card")
}
}.class("list")
H4("More videos coming soon...").class("text-center mb-5")
// H4("More videos coming soon...").class("text-center mb-5")

H4 {
Text("To see videos from previous editions ")
Expand Down

0 comments on commit 0d647a2

Please sign in to comment.