G-Loot DS — card recap Status: processing Recap ready

by Augustin Hiebel

HTML

<!-- Content -->
 <div className="flex-1 flex items-center justify-center">
   <h5>This match is ready to be recapped!</h5>
 </div>
 <div className="w-full flex gap-2 items-center">
   <button type="button" className="flex-1 button button-sm button-primary">
     <span>Create recap</span>
   </button>
   <button type="button" className="button button-sm button-tertiary rounded-full">
     <span className="icon icon-trash" />
   </button>
 </div>