hi, where am i supposed to put links to my socials? i can't seem to find a place in the social section of the code

Under the socials section, where it says "a href="#", replace the "#" sign with the site you want to link to

<div class="col-md-6">
    <a href=" LINK HERE " target="_blank">
        <i class="fa-brands fa-twitter" data-toggle="tooltip" title="Twitter"></i>
        Twitter
    </a>
    <hr class="mt-0 mb-2">
</div>

Hope this helps!

it works! thank you so much!!! <333