BioSchemas / specifications

Issue tracker, technical wiki, and example markup
https://bioschemas.org
54 stars 52 forks source link

Twitter and github icons are switched on bioschemas.org #580

Closed hexylena closed 2 years ago

hexylena commented 2 years ago

image

alaninmcr commented 2 years ago

I think the error is in _include/header.htm

 <a class="btn btn-github rounded-0 rounded-bottom shadow text-white fs-5 d-flex align-items-center" href="https://github.com/Bioschemas">
        <div class="flex-grow-1 me-sm-2 d-none d-sm-block">GitHub</div>
        <div class="flex-shrink-0"></div><i class="fab fa-twitter"></div></i>
    </a>
    <a class="btn btn-twitter rounded-0 rounded-bottom shadow text-white fs-5 d-flex align-items-center" href="https://twitter.com/bioschemas">
        <div class="flex-grow-1 me-sm-2 d-none d-sm-block">Twitter</div>
        <div class="flex-shrink-0"></div><i class="fab fa-github"></i></div>
    </a>

The text is matched with the wrong logos

egonw commented 2 years ago

Fix: https://github.com/BioSchemas/bioschemas.github.io/pull/548

AlasdairGray commented 2 years ago

Thanks for spotting and sorting this out