Skip to content

Commit 0f5077d

Browse files
committed
Update ASCII logo in DisplayHelper
1 parent 130ac70 commit 0f5077d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121

2222
Laravel Translations provides a beautiful UI for managing your application's translations. Import, edit, search, and export translations — all from a clean dashboard. No npm or Vite required in your project.
2323

24-
<p align="center">
25-
<a href="https://outhebox.dev/products/laravel-translations-ui-pro">
26-
<img src="art/demo.gif" alt="Laravel Translations Demo" width="100%" />
27-
</a>
28-
</p>
29-
30-
> Looking for AI-powered translations, revision history, and team collaboration? Check out [Laravel Translations Pro](https://outhebox.dev/products/laravel-translations-ui-pro).
31-
3224
## Installation
3325

3426
**Requirements:** PHP 8.3+ and Laravel 11.x or 12.x
@@ -107,6 +99,14 @@ You can automate this in your `composer.json`:
10799
}
108100
```
109101

102+
<p align="center">
103+
<a href="https://outhebox.dev/products/laravel-translations-ui-pro">
104+
<img src="art/demo.gif" alt="Laravel Translations Demo" width="100%" />
105+
</a>
106+
</p>
107+
108+
> Looking for AI-powered translations, revision history, and team collaboration? Check out [Laravel Translations Pro](https://outhebox.dev/products/laravel-translations-ui-pro).
109+
110110
## Upgrading from v1
111111

112112
<details>

src/Concerns/DisplayHelper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ private function displayLogo(): void
4242
{
4343
$left = [
4444
' ',
45-
'▀▀▀ █▀▀█ ▀▀ █▀▀ █▀▀▀',
46-
' █__ █__█ █ █ ▀▀▀█',
47-
' ▀ ▀ ▀ ▀ ▀ ▀ ▀▀▀▀',
45+
'█▀ █▀▀█ █▀▀█ █▀▀ █▀▀▀',
46+
' █ █__^ █__█ █ █ ▀▀▀█',
47+
' ▀ ▀ ▀ ▀ ▀ ▀ ▀ ▀▀▀▀',
4848
];
4949

5050
$right = [

0 commit comments

Comments
 (0)