Skip to content

Commit

Permalink
fix image paths for env
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jun 7, 2024
1 parent 4026a55 commit 3088edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@
[
'name' => 'LinkedIn',
'link' => 'https://www.linkedin.com/in/bethanyfrankis/',
'image' => 'linkedIn.png',
'image' => 'linkedin-icon.png',
'alt' => 'LinkedIn Image'
],
[
'name' => 'Email',
'link' => 'mailto:[email protected]',
'image' => 'email.png',
'image' => 'email-icon.png',
'alt' => 'Email Image'
]
]
Expand Down

0 comments on commit 3088edb

Please sign in to comment.