Changed name
This commit is contained in:
parent
70368055ba
commit
f59bab2b4a
|
@ -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 |
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue