Author Box - Vimeo and GitHub reversed

Hello,

I think this is a bug in the theme - profile for Vimeo is shown under Github icon and vice versa…
So if I have to show Github icon, I need to add it in my profile under Vimeo…

Hello there,

I hope you are doing well today.

Could you please provide a link to your website and images so that I can inspect theme?

Best Regards,
Support

Website Url: matreh.com
Profile and Author Box screenshot attached.
You can see I filled my Github url under Vimeo setting.

Found the bug:
It’s in “inc/extras.php” file

<a href="<?php echo esc_url( $github_profile ); ?>">
		<i class="fa fa-vimeo"></i>

It should be fa-github here.

Same for vimeo also:

<a href="<?php echo esc_url( $vimeo_profile ); ?>">
			<i class="fa fa-github"></i>

Hello there,

Thanks for telling us about the bug.

Simply, rename those elements and that should resolve the issue but I will bring this to our developer’s attention so that it can be fixed in an update.

Best Regards,
Support