Skip to content

Commit

Permalink
Merge pull request #28282 from code-dot-org/staging
Browse files Browse the repository at this point in the history
DTT (Staging > Test) [robo-dtt]
  • Loading branch information
deploy-code-org committed Apr 30, 2019
2 parents d9ea1a0 + b481179 commit 63c9749
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/src/templates/projects/ProjectCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import PropTypes from 'prop-types';
import React from 'react';
import color from '../../util/color';
import i18n from '@cdo/locale';
import {studio} from '@cdo/apps/lib/util/urlHelpers';
import $ from 'jquery';

const PROJECT_DEFAULT_IMAGE = '/blockly/media/projects/project_default.png';
Expand Down Expand Up @@ -120,7 +121,7 @@ export default class ProjectCard extends React.Component {
<div style={styles.card}>
<div style={thumbnailStyle}>
<a
href={url}
href={studio(url)}
style={{width: '100%'}}
target={isPublicGallery ? '_blank' : undefined}
>
Expand Down

0 comments on commit 63c9749

Please sign in to comment.