mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Make first row title h1
This commit is contained in:
parent
be26ff14f2
commit
f2a05613f4
1 changed files with 2 additions and 2 deletions
|
|
@ -35,9 +35,9 @@
|
||||||
|
|
||||||
|
|
||||||
<div class="related-videos w-full max-w-4xl">
|
<div class="related-videos w-full max-w-4xl">
|
||||||
<h2 class="subtitle text-xl md:text-2xl font-bold mb-3">
|
<h1 class="subtitle text-xl md:text-2xl font-bold mb-3">
|
||||||
Benchmark Videos
|
Benchmark Videos
|
||||||
</h2>
|
</h1>
|
||||||
<!-- <pre class="text-left">{{ benchmarkVideos }}</pre> -->
|
<!-- <pre class="text-left">{{ benchmarkVideos }}</pre> -->
|
||||||
<VideoRow
|
<VideoRow
|
||||||
:videos="benchmarkVideos"
|
:videos="benchmarkVideos"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue