Changed name

This commit is contained in:
Notoric 2024-06-10 02:02:33 +01:00
parent 70368055ba
commit f59bab2b4a
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
# URL Shortener
This is my first project in laravel.
# slink
Slink is a URL Shortener written in Laravel.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -9,7 +9,7 @@
<body>
<header>
<div class="container">
<a id="logo" href="home">[Notoric]</a>
<a id="logo" href="home">[slink]</a>
@if (Auth::check())
<nav>
<a href="profile"><img src="{{ asset('img/icons/profile.svg') }}"></a>