mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-11-03 07:39:09 +00:00 
			
		
		
		
	Merge pull request #50 from imlonghao/fix-broken-link
view(index): fix the broken link to misc page
This commit is contained in:
		
						commit
						a9b3f4eed6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -49,7 +49,7 @@
 | 
				
			||||||
                            <div class="card-body text-center shadow">
 | 
					                            <div class="card-body text-center shadow">
 | 
				
			||||||
                                <div class="row">
 | 
					                                <div class="row">
 | 
				
			||||||
                                    <h3>{{ $information['misc'] }}</h3>
 | 
					                                    <h3>{{ $information['misc'] }}</h3>
 | 
				
			||||||
                                    <h5><a href="other" class="text-decoration-none">Misc</a></h5>
 | 
					                                    <h5><a href="misc" class="text-decoration-none">Misc</a></h5>
 | 
				
			||||||
                                </div>
 | 
					                                </div>
 | 
				
			||||||
                            </div>
 | 
					                            </div>
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue