Skip to content

Commit

Permalink
images
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Aug 12, 2024
1 parent bfbc995 commit 77d12c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://larazeus.com"><img src="https://larazeus.com/images/lara-zeus-core.png?v=2" /></a>
<a href="https://larazeus.com"><img src="https://larazeus.com/images/lara-zeus-core.webp?v=2" /></a>
</p>

<p align="center">
Expand All @@ -21,7 +21,7 @@ thia is the main UI core, and blade components for all lara-zeus packages
## Support Filament

<a href="https://github.com/sponsors/danharrin">
<img alt="filament-logo" src="https://larazeus.com/images/filament-sponsor-banner.png">
<img alt="filament-logo" src="https://larazeus.com/images/filament-sponsor-banner.webp">
</a>

## Why this a separate package
Expand All @@ -42,8 +42,8 @@ php artisan vendor:publish --tag=zeus-assets

## Quick start

[![starter-kit](https://larazeus.com/images/starter-kit-mini.png?v=2)](https://github.com/lara-zeus/zeus)
[![artemis](https://larazeus.com/images/artemis-mini.png?v=2)](https://github.com/lara-zeus/artemis)
[![starter-kit](https://larazeus.com/images/starter-kit-mini.webp?v=2)](https://github.com/lara-zeus/zeus)
[![artemis](https://larazeus.com/images/artemis-mini.webp?v=2)](https://github.com/lara-zeus/artemis)

## More Info
check our packages at [Larazeus](https://larazeus.com/) website
2 changes: 1 addition & 1 deletion resources/views/components/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div class="flex">
<div class="flex-shrink-0 flex items-center">
<a class="italic flex gap-2 group" href="{{ url('/') }}">
<img class="w-7" src="https://larazeus.com/images/zeus-logo.png" alt="{{ config('zeus.site_title', config('app.name', 'Laravel')) }}">
<img class="w-7" src="https://larazeus.com/images/zeus-logo.webp" alt="{{ config('zeus.site_title', config('app.name', 'Laravel')) }}">
@zeus
</a>
</div>
Expand Down

0 comments on commit 77d12c0

Please sign in to comment.