How can I make the main logo non-clickable on my homepage?

hey, can I make the site main logo that appears on the home page to be non clickable? I found no option through the site theme.

my site - https://century8mm.com

@bakyboy
It’s need some custom coding. To remove anchor tag.

yea I figured, you have any idea on the code I need to add?

GO TO THE edit code section.
theme.liquid
Find the class of logo.
and remove the Anchor tag

Thank you.