Skip to content

Commit

Permalink
Merge pull request #1047 from ember-learn/update-header-links-styleguide
Browse files Browse the repository at this point in the history
Use headerLinks directly from ember-styleguide
  • Loading branch information
locks authored Jul 25, 2023
2 parents ae6d9bb + e048f5e commit ee578ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 196 deletions.
2 changes: 1 addition & 1 deletion app/controllers/application.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Controller from '@ember/controller';
import { infoLinks } from 'ember-styleguide/constants/es-footer';
import headerLinks from 'ember-website/utils/header-links';
import headerLinks from 'ember-styleguide/constants/links';
import replaceLinks from 'ember-website/utils/replace-links';

export default class ApplicationController extends Controller {
Expand Down
187 changes: 0 additions & 187 deletions app/utils/header-links.js

This file was deleted.

8 changes: 0 additions & 8 deletions tests/unit/utils/header-links-test.js

This file was deleted.

0 comments on commit ee578ca

Please sign in to comment.