diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-11 19:24:00 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-11 19:24:00 +0100 |
commit | 0dde11718aca908300a126c274e476feb548c7a2 (patch) | |
tree | 179cfb038629c054bd2a1197705fa42898f12246 /resources/views/includes/header.blade.php | |
parent | 60245e6976b2ec804fa097cbe296bda55f0d1071 (diff) |
Update ALL indentation to spaces, not tabs
Diffstat (limited to 'resources/views/includes/header.blade.php')
-rw-r--r-- | resources/views/includes/header.blade.php | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php index cf7d829..780299c 100644 --- a/resources/views/includes/header.blade.php +++ b/resources/views/includes/header.blade.php @@ -1,10 +1,10 @@ - <nav> - <div> + <nav> + <div> <a href="/">home</a> | <a href="//git.diskfloppy.me/">git</a> | - <a href="/projects/">projects</a> | - <a href="/calculators/">calculators</a> | - <a href="/computers/">computers</a> | - <a href="/bookmarks/">bookmarks</a> - </div> - </nav> + <a href="/projects/">projects</a> | + <a href="/calculators/">calculators</a> | + <a href="/computers/">computers</a> | + <a href="/bookmarks/">bookmarks</a> + </div> + </nav> |