Skip to content

Commit de0500b

Browse files
committed
deleted topic button on frontend
1 parent 0927582 commit de0500b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/layout.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,7 @@
507507
<!-- Navbar goes here -->
508508
<div class="navbar">
509509
<ul>
510-
<li><a href="{{ route('topics.index') }}">Topics</a></li>
511-
<li><a href="#">Classes</a></li>
510+
<li><a href="{{ route('topics.index') }}">Classes</a></li>
512511
<li><a href="{{ route('about') }}">About</a></li>
513512
<li id="search">
514513
<form action="" method="get" id="search-form">

0 commit comments

Comments
 (0)