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 # slink
This is my first project in laravel. 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> <body>
<header> <header>
<div class="container"> <div class="container">
<a id="logo" href="home">[Notoric]</a> <a id="logo" href="home">[slink]</a>
@if (Auth::check()) @if (Auth::check())
<nav> <nav>
<a href="profile"><img src="{{ asset('img/icons/profile.svg') }}"></a> <a href="profile"><img src="{{ asset('img/icons/profile.svg') }}"></a>