Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions webpack/src/universitas/components/NewsFeed/NewsFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FeedItem from './FeedItem.js'
import PlaceHolder from './PlaceHolder.js'
import './NewsFeed.scss'

//import banner from '../../images/topbanner_blindern.png'
import banner from '../../images/universitas_mars.jpg';

// Standard grid sizes for below the fold feed items.
// This makes dense css grid much less likely to have voids
Expand Down Expand Up @@ -156,8 +156,8 @@ class NewsFeed extends React.Component {
//Toppbanner
<section className={cx('NewsFeed', className)}>
<TopBanner
url="https://www.akademika.no/butikker/akademika-blindern"
src={null}
url="https://www.akademika.no/butikker/akademika-blindern?utm_source=Universitas&utm_medium=banner&utm_campaign=v_21​"
src={banner}
/>
{renderFeed(items)}
</section>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.