Add help dropdown and about modal

This commit is contained in:
Marliana Lara
2018-11-16 00:13:25 -05:00
parent 7fdf27eece
commit 6d315568d2
12 changed files with 297 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
options: {
name: '[name].[ext]',
outputPath: 'assets/fonts/',
publicPatH: '../',
publicPath: 'assets/fonts',
includePaths: [
'node_modules/@patternfly/patternfly-next/assets/fonts',
]
@@ -42,7 +42,7 @@ module.exports = {
options: {
name: '[name].[ext]',
outputPath: 'assets/images/',
publicPatH: '../',
publicPath: 'assets/images',
includePaths: [
'node_modules/@patternfly/patternfly-next/assets/images',
]