diff --git a/assets/css/custom.css b/assets/css/custom.css index 3d27bd41f..78291a09a 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -291,7 +291,7 @@ div#embedModal .fields>label { } .au-body .au-skip-link__link:hover,.au-skip-link__link:hover{ text-decoration:none; - color:#fff + color:#000 } /* Questions Display */ .questionsList{ diff --git a/components/Search/SearchResultsPanel/Facets.js b/components/Search/SearchResultsPanel/Facets.js index f684f3ff9..4d94c8150 100644 --- a/components/Search/SearchResultsPanel/Facets.js +++ b/components/Search/SearchResultsPanel/Facets.js @@ -132,8 +132,8 @@ class Facets extends React.Component { }); return - { item.text } + ; }); diff --git a/components/Search/SearchResultsPanel/SearchResultsItem.js b/components/Search/SearchResultsPanel/SearchResultsItem.js index b29ff5074..eff83eed2 100644 --- a/components/Search/SearchResultsPanel/SearchResultsItem.js +++ b/components/Search/SearchResultsPanel/SearchResultsItem.js @@ -96,8 +96,8 @@ class SearchResultsItem extends React.Component { - - + diff --git a/components/User/UserProfile/PublicUserData.js b/components/User/UserProfile/PublicUserData.js index 43fa8ffe9..0446943e5 100644 --- a/components/User/UserProfile/PublicUserData.js +++ b/components/User/UserProfile/PublicUserData.js @@ -22,7 +22,7 @@ class PublicUserData extends React.Component { } render() { let content1 = ; - let content2 =

User:
{ this.props.user.displayName }

+ let content2 =

User: { this.props.user.uname }

diff --git a/components/User/UserProfile/RecommendedDecks.js b/components/User/UserProfile/RecommendedDecks.js index 514c3997e..ab9fba241 100644 --- a/components/User/UserProfile/RecommendedDecks.js +++ b/components/User/UserProfile/RecommendedDecks.js @@ -31,7 +31,7 @@ class RecommendedDecks extends React.Component { {[...Array(size).keys()].map( (i) => )}
); } else { - return

No recommendations available

; + return

No recommendations available

; } } } diff --git a/package.json b/package.json index 651e2d46b..02438edda 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.9.0", - "@gov.au/skip-link": "^2.0.10", + "@gov.au/skip-link": "^2.0.16", "async": "^2.1.5", "babel-loader": "^8.0.0", "babel-plugin-add-module-exports": "0.2.1",