mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
flex flex-col space-y-1
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div>
|
<div class="flex flex-col space-y-1">
|
||||||
<x-button
|
<x-button
|
||||||
black
|
black
|
||||||
xs
|
xs
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
@if($row->meetup->telegram_link)
|
@if($row->meetup->telegram_link)
|
||||||
<x-button
|
<x-button
|
||||||
xs
|
xs
|
||||||
secondary
|
black
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:href="$row->meetup->telegram_link"
|
:href="$row->meetup->telegram_link"
|
||||||
>
|
>
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
@if($row->meetup->webpage)
|
@if($row->meetup->webpage)
|
||||||
<x-button
|
<x-button
|
||||||
xs
|
xs
|
||||||
secondary
|
black
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:href="$row->meetup->webpage"
|
:href="$row->meetup->webpage"
|
||||||
>
|
>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
@if($row->meetup->twitter_username)
|
@if($row->meetup->twitter_username)
|
||||||
<x-button
|
<x-button
|
||||||
xs
|
xs
|
||||||
secondary
|
black
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:href="$row->meetup->twitter_username"
|
:href="$row->meetup->twitter_username"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user