Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 4c89a26

Browse files
committed
last changes
1 parent 546cfb6 commit 4c89a26

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

public/css/app.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,12 @@ textarea::-webkit-input-placeholder {
623623
opacity: .5;
624624
}
625625

626+
input:-ms-input-placeholder,
627+
textarea:-ms-input-placeholder {
628+
color: inherit;
629+
opacity: .5;
630+
}
631+
626632
input::-ms-input-placeholder,
627633
textarea::-ms-input-placeholder {
628634
color: inherit;

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@section('content')
44
<div class="container mx-auto">
55
<div class="flex justify-center">
6-
<router-link :to="{name: 'Home'}"><img src="/images/php-versions.png" class="h-64 w-64" alt="PHPVersions.info logo"></router-link>
6+
<router-link :to="{name: 'Home'}"><img src="/images/phpversions.png" class="h-64 w-64" alt="PHPVersions.info logo"></router-link>
77
</div>
88
<router-view></router-view>
99
</div>

0 commit comments

Comments
 (0)