Access to My Bids

HELLO, can you tell me how I have to do to add an icon that accesses My Bids, under the photo

Captura4.JPG.a9eff5fd0242e2088fe02aa99ce5d7d8.JPG

SOLVED, Do some research and find the solution. I do not know anything about this, but investigating a little, it is possible.

 

<a class=“nav-link m-1 p-0 float-left” href=“{{ route(‘frontend.flights.bids’) }}”>
        <i class=“fas fa-file-upload” title=“@lang(‘flights.mybid’)”></i>
</a>

 

 

What I don’t know is where I get the names of the icons

Check FontAwesome website and look for the icon gallery (or something like that, i forgot the name of that page).

 

Hope this helps