bug: ceritifcate not centrally aligned
text needs to be in the center for all name lengths
does this look fine? or Is the issue talking about something else.
Bro how did you get to this page?
Mine is just empty
Bro how did you get to this page?
Mine is just empty
There is a condition that checks, for isCertified variable is true or not, based on that it would pass this data into certificate component, and then the component would render it, right now those values you get from db are set to false, so after retrieving the data, change it to true. Then it will get rendered.
Just backtrack the code from the certificate component, you'll get it.