Is your feature request related to a problem? Please describe.
The Sponsors section is similar across different screens. This will result in repetition of code, violating the DRY principle
Describe the solution you'd like
Extract the code into a reusable component. This will make the code more maintainable as changes relating to sponsors will be made from one place in the code base.
Is your feature request related to a problem? Please describe. The
Sponsors
section is similar across different screens. This will result in repetition of code, violating the DRY principleDescribe the solution you'd like Extract the code into a reusable component. This will make the code more maintainable as changes relating to sponsors will be made from one place in the code base.
Describe alternatives you've considered N/A
Additional context N/A