Ribir
Ribir copied to clipboard
Simplify `Label` Usage
Description:
Right now, we're using Label
to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be.
Suggestion:
Instead of using Label
, we could just use a string directly. This is simpler and makes the code easier to read.
Impact:
This change would make our code cleaner and easier to read, which would make it easier for developers to work with.