mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 02:42:48 +00:00
working with header animations - marked/highlightjs fixes
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
import React from 'react';
|
||||
import {bubble} from '../../assets/js/bubble';
|
||||
|
||||
export default class Header extends React.Component{
|
||||
componentDidMount(){
|
||||
bubble();
|
||||
}
|
||||
|
||||
render(){
|
||||
return(
|
||||
<header class="Header" />
|
||||
<header id="header" class="Header">
|
||||
<canvas id="canvas" width="854" height="709"></canvas>
|
||||
</header>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user