clean up home links
Signed-off-by: Dovi Cowan <dovi@fullynetworking.co.uk>
This commit is contained in:
		
							parent
							
								
									d5067a7237
								
							
						
					
					
						commit
						c514bc27dc
					
				
					 1 changed files with 11 additions and 7 deletions
				
			
		| 
						 | 
					@ -35,14 +35,18 @@
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
      {:else}
 | 
					      {:else}
 | 
				
			||||||
        {#each lists.teams as list}
 | 
					        {#each lists.teams as list}
 | 
				
			||||||
 | 
					          <p class="mt-2">
 | 
				
			||||||
            <Link class="text-blue-400" to="/list/{list['$id']}"
 | 
					            <Link class="text-blue-400" to="/list/{list['$id']}"
 | 
				
			||||||
              >{list["name"]}</Link
 | 
					              >{list["name"]}</Link
 | 
				
			||||||
            ><br />
 | 
					            ><br />
 | 
				
			||||||
 | 
					          </p>
 | 
				
			||||||
        {/each}
 | 
					        {/each}
 | 
				
			||||||
 | 
					        <p class="mt-3">
 | 
				
			||||||
          <Link
 | 
					          <Link
 | 
				
			||||||
          class="text-blue-400 dark:bg-gray-600 bg-gray-400 border p-1 mt-4 rounded"
 | 
					            class="text-blue-400 dark:bg-gray-600 bg-gray-400 border p-1 rounded"
 | 
				
			||||||
            to="/lists/create">Create new list</Link
 | 
					            to="/lists/create">Create new list</Link
 | 
				
			||||||
          >
 | 
					          >
 | 
				
			||||||
 | 
					        </p>
 | 
				
			||||||
      {/if}
 | 
					      {/if}
 | 
				
			||||||
    {/await}
 | 
					    {/await}
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue