[Technical] This table needs one more column, also the text must be right-aligned.
Sigiloso
1. Ask the engineer to explore the high-level layout of the codebase. You should direct them to which folders to click, etc. 2. Find the usage of the table, and you will notice it is a React functional component. Ask to navigate to its declaration via the IDE shortcut. 3. Add a row component inside the table. 4. For that row, apply a Tailwind class or even just plain CSS to align the text to the right.