Skip to content

Commit

Permalink
fix: 404 page links and styles (carbon-design-system#4005)
Browse files Browse the repository at this point in the history
* fix: 404 page links and styles

* Update 404.js

---------

Co-authored-by: Guilherme Datilio Ribeiro <guilhermedatilio@gmail.com>
  • Loading branch information
alisonjoseph and guidari committed Apr 10, 2024
1 parent bf88029 commit 2b4ec10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { FourOhFour } from 'gatsby-theme-carbon';

const links = [
{ href: '/all-about-carbon/what-is-carbon', text: 'All about Carbon' },
{ href: '/components/overview', text: 'Components overview' },
{ href: '/components/overview/components', text: 'Components overview' },
{ href: '/designing/get-started', text: 'Get started designing' },
{ href: '/developing/get-started', text: 'Get started developing' },
];
Expand Down
6 changes: 0 additions & 6 deletions src/styles/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
margin-top: 3rem;
}

[class^='FourOhFour-module--container'],
[class^='FourOhFour-module--link'],
[class^='FourOhFour-module--link']:before {
color: $text-inverse !important;
}

// allow tooltips to be visible outside edge of table
// table needs overflow at mobile to scroll
.page-table__container {
Expand Down

0 comments on commit 2b4ec10

Please sign in to comment.