🚚 rename tools to uses
This commit is contained in:
		
							parent
							
								
									a58e2c893c
								
							
						
					
					
						commit
						e6185c93b9
					
				
					 1 changed files with 14 additions and 14 deletions
				
			
		| 
						 | 
					@ -19,20 +19,20 @@ import SectionContainer from '../components/SectionContainer.astro';
 | 
				
			||||||
                        <div class="flex flex-col">
 | 
					                        <div class="flex flex-col">
 | 
				
			||||||
                            <p>
 | 
					                            <p>
 | 
				
			||||||
                                {data.name}
 | 
					                                {data.name}
 | 
				
			||||||
                                </p>
 | 
					                            </p>
 | 
				
			||||||
                                <div class="description">
 | 
					                            <div class="description">
 | 
				
			||||||
                                    <p>{data.description}</p>
 | 
					                                <p>{data.description}</p>
 | 
				
			||||||
                                    </div>
 | 
					                            </div>
 | 
				
			||||||
                                    <div class="tag">
 | 
					                                <div class="tag">
 | 
				
			||||||
                                        <button class="flex auto border-solid border-2 px-1 rounded-md text-sm">
 | 
					                                    <button class="flex auto border-solid border-2 px-1 rounded-md text-sm">
 | 
				
			||||||
                                            #{data.tag}
 | 
					                                        #{data.tag}
 | 
				
			||||||
                                            </button>
 | 
					                                    </button>
 | 
				
			||||||
                                            </div>
 | 
					                                </div>
 | 
				
			||||||
                                            </div>
 | 
					                        </div>
 | 
				
			||||||
                                            </a>
 | 
					                        </a>
 | 
				
			||||||
                                            </ul>
 | 
					                    </ul>
 | 
				
			||||||
                                            </div>
 | 
					                </div>
 | 
				
			||||||
                                            )}
 | 
					            )}
 | 
				
			||||||
        </ul>
 | 
					        </ul>
 | 
				
			||||||
    </main>
 | 
					    </main>
 | 
				
			||||||
</SectionContainer>
 | 
					</SectionContainer>
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue