Merge branch 'danielbrendel:main' into main

This commit is contained in:
2024-04-09 04:56:04 -07:00
committed by GitHub
13 changed files with 420 additions and 40 deletions

View File

@ -653,7 +653,7 @@ document.addEventListener('DOMContentLoaded', function() {
</pre>
<br/><br/>
This renders the following widget:<br/>
This renders the following widget:<br/><br/>
<steam-workshop itemid="{{ env('APP_EXAMPLE_WORKSHOP') }}"></steam-workshop>
</p>
@ -842,7 +842,7 @@ document.addEventListener('DOMContentLoaded', function() {
</pre>
<br/><br/>
This renders the following widget:<br/>
This renders the following widget:<br/><br/>
<steam-group group="{{ env('APP_EXAMPLE_GROUP') }}"></steam-group>
</p>

View File

@ -2,7 +2,7 @@
<div class="header">
<div class="header-overlay">
<div class="container">
<div class="columns">
<div class="columns header-centered">
<div class="column is-half">
<div class="header-content">
<h1 class="header-gradient">{{ env('APP_NAME') }}</h1>