Skip to content

Commit

Permalink
Merge pull request #164 from dnd-al-krk/change_rules_links
Browse files Browse the repository at this point in the history
  • Loading branch information
ivellios authored May 31, 2023
2 parents 33742f5 + e05e674 commit 13b18ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portAL",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.6",
Expand All @@ -9,15 +9,15 @@
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.19",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/docs": "^4.0.0-beta.4",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^4.0.0-alpha.61",
"axios": "^0.18.0",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.3.2",
"cryptiles": "^4.1.2",
"i": "^0.3.6",
"js-cookie": "^2.2.0",
"classnames": "^2.3.2",
"macaddress": "^0.2.9",
"mobx": "^4.2.1",
"mobx-react": "^5.1.2",
Expand Down
4 changes: 2 additions & 2 deletions src/common/SidebarNavigationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ export default class SidebarNavigationList extends React.Component{
</ListItemText>
</ListItem>
</UndecoratedLink>
<ListItem button onClick={() => window.open('https://docs.google.com/document/d/1HT_HKIQKt0G-kceR2pzLUHKfyrnXVdwBUXl6qOLl9cI/edit?usp=sharing')}>
<ListItem button onClick={() => window.open('https://zasady.rpgkrakow.pl')}>
<ListItemIcon className={classes.communityIcon}>
<FontAwesomeIcon icon={["far","file"]} />
</ListItemIcon>
<ListItemText primary="Zasady OPK">
</ListItemText>
</ListItem>
<ListItem button onClick={() => window.open('https://drive.google.com/file/d/1koge3GjzgO2NhUpk2quZmOWFo7VPGzNA/view?usp=drivesdk')}>
<ListItem button onClick={() => window.open('https://zasady.rpgkrakow.pl/content_catalog.html')}>
<ListItemIcon className={classes.communityIcon}>
<FontAwesomeIcon icon={["far","file"]} />
</ListItemIcon>
Expand Down

0 comments on commit 13b18ec

Please sign in to comment.