Skip to content

Commit 9e7d38d

Browse files
authored
Merge pull request #951 from civictechindex/update-partner-labels
Update labels from Partners to Contributors
2 parents cbdc2b0 + 7be5f9e commit 9e7d38d

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

cypress/integration/components/header.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('Header component', () => {
3535
cy.contains('Volunteer with Us');
3636
});
3737

38-
cy.findLink('Civic Tech Partners')
38+
cy.findLink('Index Contributors')
3939
.should('have.attr', 'href', '/home')
4040
.trigger('mouseover')
4141
.get('[data-cy=menuItem]')
@@ -51,7 +51,7 @@ describe('Header component', () => {
5151
cy.get('[class*=makeStyles-showMobileNav]').should('be.visible');
5252
cy.get('[class*=makeStyles-dropdownHeader]').first().should('have.text', 'Join the Index');
5353
cy.get('[class*=makeStyles-dropdownHeader]').eq(1).should('have.text', 'Overview');
54-
cy.get('[class*=makeStyles-dropdownHeader]').eq(2).should('have.text', 'Civic Tech Partners');
54+
cy.get('[class*=makeStyles-dropdownHeader]').eq(2).should('have.text', 'Index Contributors');
5555
cy.get('[class*=makeStyles-dropdownHeader]').last().should('have.text', 'Radical Collaboration');
5656
});
5757
});

src/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const navigation = [
4040
},
4141
{
4242
id: 'civicTechPartners',
43-
header: 'Civic Tech Partners',
43+
header: 'Index Contributors',
4444
route: '#',
4545
subNavigation: [
4646
{

src/pages/Contributors/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,19 +164,18 @@ export default function Contributors() {
164164
<NavBreadcrumbs
165165
crumbs={[
166166
{ name: 'Home', href: '/home' },
167-
{ name: 'Civic Tech Partners', href: '/organizations/all' },
167+
{ name: 'Index Contributors', href: '/organizations/all' },
168168
]}
169169
/>
170170
<Grid container>
171-
<TitleSection>Civic Tech Partners</TitleSection>
171+
<TitleSection>Index Contributors</TitleSection>
172172
<Grid item xs={12}>
173173
<Typography
174174
color='textSecondary'
175175
className={classes.textStyle}
176176
gutterBottom
177177
>
178-
Check out our partners who have contributed to the Civic Tech
179-
Index
178+
View all Civic Tech Organizations with open-source repositories.
180179
</Typography>
181180
</Grid>
182181
<Grid item xs={12}>

0 commit comments

Comments
 (0)