Surly Corner Bars - 50mm
Arriving October - Please contact the store to reserve.
Used to be if you wanted to throw drop bars on your off-road rig, you had to fork over your allowance for a new drivetrain and brake levers.
We made the Corner Bar so you could conduct all your dirt-drop experiments with your current brake and drivetrain setup.
I mean, why spring for the whole buffet when all you want is a salty snack at the bar? Anyway, we made this one out of Chromoly and it comes in three agreeable widths. We’re also including a set of shims. If you don’t need ‘em, stick ‘em in a drawer for later. You call the shots, Boss.
Specifications:
Material: Chromoly
Clamp Diameter: 25.4mm
Brake Lever Compatibility: Mountain 22.2mm
Drop Bar Equivalent Width: 46cm, 50cm, or 54cm
Drop Bar Flare: 41.4 degrees
Bar Drop: 94mm
Sweep Angle: 65.2 degrees
Colour: E.D. coated black
Frequently Asked Questions
-
Please get in touch with a member of the team either by phone (01313745324) or email ([email protected]) where on of the team will be more than happy to help.
ProjektRide Bike Shop Edinburgh
-
If the item is showing in stock, we aim to post the product within 24 hours. Please allow 5 working days to receive the item.
Postage is free on orders over £50. Orders under £50, our postage charge is £3.99.
We also have a physical store, if you are local please pop in -
ProjektRide Bike Shop Edinburgh
translation data in metafield
// Metafield hasn't been backfilled yet - force refresh
console.debug('STOQ - multi-language enabled but no translation data in cache, fetching fresh');
return null;
}
// Translations object exists in metafield - cache is valid
// If current locale isn't translated, applyTranslations will gracefully use default locale from base fields
if (window._RestockRocketConfig.normalizedLocale &&
!Object.prototype.hasOwnProperty.call(settings.translations, window._RestockRocketConfig.normalizedLocale)) {
console.debug('STOQ - locale not explicitly translated, will use default language from cache');
}
// Don't return null - continue using cache even for untranslated locales
}
const updatedAt = new Date(settings.updated_at);
if (isNaN(updatedAt.getTime())) {
console.debug('STOQ - Invalid updated_at date format in settings');
return null;
}
const
age = Date.now() - updatedAt.getTime();
if (age