Skip to content

Commit b2a986a

Browse files
authored
Update footer
1 parent 25c2021 commit b2a986a

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

resources/views/components/footer.blade.php

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -240,32 +240,7 @@ class="absolute -bottom-0.5 left-0 h-px w-full origin-right scale-x-0 bg-current
240240
"
241241
class="opacity-0"
242242
>
243-
<span{{ date('Y') }} Maintained by</span>
244-
<a
245-
href="https://x.com/marcelpociot"
246-
target="_blank"
247-
class="group relative font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
248-
aria-label="Marcel Pociot's Twitter profile"
249-
rel="noopener noreferrer"
250-
>
251-
Marcel Pociot
252-
<div
253-
class="absolute -bottom-0.5 left-0 h-px w-full origin-right scale-x-0 bg-current transition duration-300 ease-out will-change-transform group-hover:origin-left group-hover:scale-x-100"
254-
></div>
255-
</a>
256-
<span>and</span>
257-
<a
258-
href="https://x.com/simonhamp"
259-
target="_blank"
260-
class="group relative font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
261-
aria-label="Simon Hamp's Twitter profile"
262-
rel="noopener noreferrer"
263-
>
264-
Simon Hamp
265-
<div
266-
class="absolute -bottom-0.5 left-0 h-px w-full origin-right scale-x-0 bg-current transition duration-300 ease-out will-change-transform group-hover:origin-left group-hover:scale-x-100"
267-
></div>
268-
</a>
243+
<span{{ date('Y') }} Bifrost Technology, LLC</span>
269244
</div>
270245
</section>
271246
</footer>

0 commit comments

Comments
 (0)