Skip to content

Commit d6a2ce5

Browse files
committed
2 parents 93b0f52 + 923b910 commit d6a2ce5

File tree

5 files changed

+120
-38
lines changed

5 files changed

+120
-38
lines changed

resources/views/components/footer.blade.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,23 @@ class="absolute right-1/2 top-1/2 -translate-y-1/2 translate-x-1/2 scale-0 opaci
221221
/>
222222
</svg>
223223
</a>
224+
<a
225+
target="_blank"
226+
href="https://phpc.social/@filament"
227+
class="grid h-[2.6rem] w-[2.6rem] place-items-center rounded-xl bg-merino transition duration-300 hover:text-black motion-reduce:transition-none"
228+
>
229+
<svg
230+
class="w-[1.1rem]"
231+
xmlns="http://www.w3.org/2000/svg"
232+
fill="currentColor"
233+
viewBox="0 0 231 248"
234+
aria-hidden="true"
235+
>
236+
<path
237+
d="M115.833 0c31.639.259 62.092 3.684 79.827 11.83.091.04 35.173 15.805 35.173 69.421.001.126.433 39.653-4.905 67.109-3.394 17.457-30.392 36.562-61.4 40.265-16.169 1.929-32.089 3.703-49.065 2.925-27.763-1.272-49.67-6.627-49.67-6.627 0 2.702.167 5.276.5 7.682 3.61 27.399 27.168 29.041 49.484 29.806 22.524.771 42.58-5.554 42.58-5.554l.925 20.363c-.046.024-15.795 8.463-43.819 10.016-15.476.851-34.692-.389-57.073-6.313C9.848 228.075 1.5 176.332.223 123.831c-.39-15.588-.15-30.287-.15-42.58 0-53.685 35.175-69.422 35.175-69.422C52.984 3.684 83.418.26 115.056 0h.777Zm35.762 41.947c-13.18 0-23.161 5.066-29.758 15.197l-6.416 10.754-6.414-10.753c-6.599-10.132-16.58-15.198-29.758-15.198-11.39 0-20.567 4.004-27.573 11.815-6.795 7.81-10.178 18.368-10.178 31.653v65.005h25.754V87.326c0-13.3 5.596-20.05 16.789-20.05 12.376 0 18.58 8.008 18.58 23.842v34.534h25.602V91.118c0-15.834 6.202-23.842 18.578-23.843 11.193 0 16.79 6.751 16.79 20.051v63.094h25.753V85.415c0-13.285-3.383-23.843-10.176-31.653-7.008-7.81-16.184-11.815-27.573-11.815Z"
238+
/>
239+
</svg>
240+
</a>
224241
<a
225242
target="_blank"
226243
href="https://filamentphp.com/discord"

resources/views/components/layouts/app.blade.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,23 @@ class="absolute right-1/2 top-1/2 -translate-y-1/2 translate-x-1/2 scale-0 opaci
256256
/>
257257
</svg>
258258
</a>
259+
<a
260+
target="_blank"
261+
href="https://phpc.social/@filament"
262+
class="grid h-[2.6rem] w-[2.6rem] place-items-center rounded-xl bg-merino transition duration-300 hover:text-black motion-reduce:transition-none"
263+
>
264+
<svg
265+
class="w-[1.1rem]"
266+
xmlns="http://www.w3.org/2000/svg"
267+
fill="currentColor"
268+
viewBox="0 0 231 248"
269+
aria-hidden="true"
270+
>
271+
<path
272+
d="M115.833 0c31.639.259 62.092 3.684 79.827 11.83.091.04 35.173 15.805 35.173 69.421.001.126.433 39.653-4.905 67.109-3.394 17.457-30.392 36.562-61.4 40.265-16.169 1.929-32.089 3.703-49.065 2.925-27.763-1.272-49.67-6.627-49.67-6.627 0 2.702.167 5.276.5 7.682 3.61 27.399 27.168 29.041 49.484 29.806 22.524.771 42.58-5.554 42.58-5.554l.925 20.363c-.046.024-15.795 8.463-43.819 10.016-15.476.851-34.692-.389-57.073-6.313C9.848 228.075 1.5 176.332.223 123.831c-.39-15.588-.15-30.287-.15-42.58 0-53.685 35.175-69.422 35.175-69.422C52.984 3.684 83.418.26 115.056 0h.777Zm35.762 41.947c-13.18 0-23.161 5.066-29.758 15.197l-6.416 10.754-6.414-10.753c-6.599-10.132-16.58-15.198-29.758-15.198-11.39 0-20.567 4.004-27.573 11.815-6.795 7.81-10.178 18.368-10.178 31.653v65.005h25.754V87.326c0-13.3 5.596-20.05 16.789-20.05 12.376 0 18.58 8.008 18.58 23.842v34.534h25.602V91.118c0-15.834 6.202-23.842 18.578-23.843 11.193 0 16.79 6.751 16.79 20.051v63.094h25.753V85.415c0-13.285-3.383-23.843-10.176-31.653-7.008-7.81-16.184-11.815-27.573-11.815Z"
273+
/>
274+
</svg>
275+
</a>
259276
<a
260277
target="_blank"
261278
href="https://filamentphp.com/discord"

0 commit comments

Comments
 (0)