Skip to content

Commit

Permalink
Merge pull request #151 from NASA-PDS/chore/update-wds-react-version
Browse files Browse the repository at this point in the history
Update @nasapds/wds-react version and other minor updates
  • Loading branch information
anilnatha authored Jan 23, 2025
2 parents 9ea4090 + 9befc1f commit 56590ad
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions apps/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pds-portal-frontend",
"private": true,
"version": "0.0.2",
"version": "0.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,7 +18,7 @@
"@fontsource/public-sans": "^5.0.18",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@nasapds/wds-react": "^0.0.3",
"@nasapds/wds-react": "^0.0.4",
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.7",
"classnames": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/src/components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FooterLink, Footer } from "@nasapds/wds-react";

function PortalFooter() {

const pageLastUpdated="Nov. 14, 2024"
const pageLastUpdated="Jan. 23, 2025"

const primaryLinks:FooterLink[] = [
{
Expand Down

0 comments on commit 56590ad

Please sign in to comment.