If the button is one of the primary or secondary buttons on the page, use one verb to describe what that button will do. Is the button on a page where it only has to do with editing a single link? Name it "Edit" instead of "Edit Link" or "Share" instead of "Share Link".
Just do it, it makes merge conflicts easier to manage as well as keeping unnecessary whitespace out.
We prefer to use Tailwind CSS, the only time you would use CSS files is to modify Ant Design's pre-defined CSS.
One example is to use their <Flex/> component instead of <div className="flex">.
If you are working on pages such as the landing or 404 page, Ant Design 5 is pretty unforgiving with the freedom you can do with design. If you know what you are doing design-wise, you are free to use any other component.
HTTPD has been configured to serve the flask application whenever the URL has /api/core in it, to keep all backend routes in one place, keep any routes under /api/core

