Skip to content

Commit da8785a

Browse files
Alpha-Centauri-00Mohamad Kherki
and
Mohamad Kherki
authored
changed Uni Name in Users-Page (robotframework#291)
Co-authored-by: Mohamad Kherki <[email protected]>
1 parent 377c2e5 commit da8785a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: old assets/src/App.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -1619,11 +1619,11 @@ export default {
16191619
'Rocla is using Robot Framework widely in development and testing of the software for Trucks and Automated Guided Vehicles (AGV’s).'
16201620
},
16211621
{
1622-
title: 'ryerson',
1623-
href: 'https://www.ryerson.ca/',
1624-
img: require('@/assets/img/users/ryerson.png'),
1622+
title: 'Toronto Metropolitan University',
1623+
href: 'https://www.torontomu.ca//',
1624+
img: require('@/assets/img/users/tmu_logo.png'),
16251625
text:
1626-
'Ryerson University uses Robot Framework to conduct desktop and mobile browser testing for its suite of applications that serve both students and staff.'
1626+
'Toronto Metropolitan University uses Robot Framework to conduct desktop and mobile browser testing for its suite of applications that serve both students and staff.'
16271627
},
16281628
16291629
{

Diff for: public/img/users/tmu_logo.png

10.3 KB
Loading

Diff for: src/content/resources/users.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ export default () => ([
228228
software for Trucks and Automated Guided Vehicles (AGV’s).`
229229
},
230230
{
231-
title: 'Ryerson',
232-
href: 'https://www.ryerson.ca/',
233-
imgName: 'ryerson.png',
234-
text: `Ryerson University uses Robot Framework to conduct desktop and mobile
231+
title: 'Toronto Metropolitan University',
232+
href: 'https://www.torontomu.ca/',
233+
imgName: 'tmu_logo.png',
234+
text: `Toronto Metropolitan University uses Robot Framework to conduct desktop and mobile
235235
browser testing for its suite of applications that serve both students and staff.`
236236
},
237237

0 commit comments

Comments
 (0)