0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 05:52:42 +00:00

Updating pathing to the naturalcrit share folder

This commit is contained in:
Scott Tolksdorf
2016-05-06 14:04:58 -04:00
parent ad02f99ebe
commit 7c8fd42619
13 changed files with 24 additions and 24 deletions

View File

@@ -4,7 +4,7 @@ var cx = require('classnames');
var Moment = require('moment');
var request = require('superagent')
var Logo = require('naturalCrit/logo/logo.jsx');
var Logo = require('naturalcrit/logo/logo.jsx');
var replaceAll = function(str, find, replace) {
return str.replace(new RegExp(find, 'g'), replace);