Skip to content

Commit

Permalink
making a few changes to get visual identity to work
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 15, 2024
1 parent b0f4d4f commit 0da50a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"portsAttributes": {
"8000": {
"label": "Application",
"onAutoForward": "openPreview"
"onAutoForward": "openBrowserOnce"
}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
5 changes: 2 additions & 3 deletions content/page/documentation/visual-identity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ isHome: true
description: Assets and rules for using the Riverscapes Visual Identity
---

import { Container, Card, CardActionArea, CardMedia, CardContent, Typography } from '@mui/material'
import { Container, Typography } from '@mui/material'

import HeroImage from '/static/images/background-hero.jpg'
import ImageColor from '/static/images/visual-identity/colors.jpg'
import ImageBanners from '/static/images/visual-identity/banners.jpg'
import ImageRCMain from '/static/images/visual-identity/RC_main.png'
Expand All @@ -32,7 +31,7 @@ import LogoViewer from '/static/images/visual-identity/Viewer_logo.png'


<Hero
image={HeroImage}
image={'/images/background-hero.jpg'}
>
> Welcome to the Riverscapes Consortium (RC) brand assets hub
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"author": "Matt Reimer <[email protected]>",
"dependencies": {
"@riverscapes/gatsby-theme": "^0.1.24",
"@riverscapes/gatsby-theme": "^0.1.25",
"gatsby": "^5.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -24,7 +24,7 @@
"start": "gatsby develop -p 8000",
"start:clean": "yarn clean; gatsby develop -p 8000",
"upgrade:theme": "yarn upgrade @riverscapes/gatsby-theme",
"serve": "gatsby serve",
"serve": "gatsby serve -H 0.0.0.0 -p 8000",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3247,17 +3247,17 @@ __metadata:
version: 0.0.0-use.local
resolution: "@riverscapes/developer-website@workspace:."
dependencies:
"@riverscapes/gatsby-theme": "npm:^0.1.24"
"@riverscapes/gatsby-theme": "npm:^0.1.25"
gatsby: "npm:^5.10.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
typescript: "npm:^4.7.2"
languageName: unknown
linkType: soft

"@riverscapes/gatsby-theme@npm:^0.1.24":
version: 0.1.24
resolution: "@riverscapes/gatsby-theme@npm:0.1.24"
"@riverscapes/gatsby-theme@npm:^0.1.25":
version: 0.1.25
resolution: "@riverscapes/gatsby-theme@npm:0.1.25"
dependencies:
"@emotion/react": "npm:^11.11.0"
"@emotion/styled": "npm:^11.11.0"
Expand Down Expand Up @@ -3285,7 +3285,7 @@ __metadata:
gatsby: ^5.13.0
react: ^18.2.0
react-dom: ^18.2.0
checksum: e2a50676f40b1e87ce6ce8d488efa70a3472b49f6675081ff66b612995fb3c14be4224c607f664d5384ca6c9e1d429436fb9d19d325b609c5b4f97a5dae8ea1f
checksum: e967c8ac11f4bed4f6acddb445ec2b09c1162e53ef862d8c6d63f29ab3c02958a088cd783f1fd690b963b6e17e5aef8d40aeac9b0e1eff2dc831d9c7e9d45f89
languageName: node
linkType: hard

Expand Down

0 comments on commit 0da50a0

Please sign in to comment.