Skip to content

Cleanup #158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions resources/views/components/footer.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,32 +240,7 @@ class="absolute -bottom-0.5 left-0 h-px w-full origin-right scale-x-0 bg-current
"
class="opacity-0"
>
<span>© {{ date('Y') }} Maintained by</span>
<a
href="https://x.com/marcelpociot"
target="_blank"
class="group relative font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
aria-label="Marcel Pociot's Twitter profile"
rel="noopener noreferrer"
>
Marcel Pociot
<div
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"
></div>
</a>
<span>and</span>
<a
href="https://x.com/simonhamp"
target="_blank"
class="group relative font-medium text-black/80 transition duration-200 hover:text-black dark:text-white/80 dark:hover:text-white"
aria-label="Simon Hamp's Twitter profile"
rel="noopener noreferrer"
>
Simon Hamp
<div
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"
></div>
</a>
<span>© {{ date('Y') }} Bifrost Technology, LLC</span>
</div>
</section>
</footer>
2 changes: 1 addition & 1 deletion resources/views/early-adopter.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ class="dark:text-white"
<p class="italic">We can't wait to see what you build!</p>
<p>
<span class="font-bold italic dark:text-white">
Simon, Shane, &amp; Marcel
Simon &amp; Shane
</span>
<br />
<span class="text-indigo-400">Creators of NativePHP</span>
Expand Down
Loading