We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6cdf43 + c7091ea commit e140305Copy full SHA for e140305
app/Base/components/Footer/index.tsx
@@ -187,15 +187,15 @@ function Footer(props: Props) {
187
</a>
188
<a
189
className={styles.phoneLink}
190
- href="tel:+977-9741673214"
+ href="tel:+977-9762416156"
191
>
192
{resolveToComponent(
193
strings.callUsLabel,
194
{
195
phoneNumber: (
196
<NumberOutput
197
// NOTE: Currently set as TC's number
198
- value={9741673214}
+ value={9762416156}
199
separatorHidden
200
/>
201
),
0 commit comments