mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Merge branch 'main' into posts
This commit is contained in:
@@ -42,11 +42,6 @@ Technologies used in the project:
|
|||||||
* Riot Games API
|
* Riot Games API
|
||||||
* DataDragon API
|
* DataDragon API
|
||||||
* Meraki Analytics
|
* Meraki Analytics
|
||||||
|
|
||||||
<h2>🛡️ License:</h2>
|
|
||||||
|
|
||||||
This project is licensed under the AGPL-3.0 license.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>⚠️ Disclaimer:</h2>
|
<h2>⚠️ Disclaimer:</h2>
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
@php use Carbon\Carbon; @endphp
|
@use('Carbon\Carbon')
|
||||||
|
|
||||||
<div class="container mx-auto p-4 flex flex-col items-center justify-center mt-3">
|
<div class="container mx-auto p-4 flex flex-col items-center justify-center mt-3">
|
||||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 auto-cols-max w-full">
|
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 auto-cols-max w-full">
|
||||||
@foreach($posts as $post)
|
@foreach($posts as $post)
|
||||||
|
|||||||
Reference in New Issue
Block a user