Hi,
no widget but this is the function in Bender theme's "functions.php" that handles the logo and the url used when logo is clicked:
function logo_header()
Inside that function you will see something like this "<a href="'.osc_base_url()." which is the actual link for the logo.
Regards,
Eric