boolean-uk / team-dev-frontend-client

1 stars 11 forks source link

Implementing Initial Box Component into relevant components #243

Closed akibria-dev closed 1 year ago

akibria-dev commented 1 year ago

Requirements

Using the Component named InitialBox; by calling in respective components to show the users initial as example - 'AA' in a circle the component will be called in JSX as below example:


        <div className="comment-profile-img">
          <InitialBox/>
        </div>
Auenc commented 1 year ago

Looks good to me!