addLink()

in client/src/store/index.js [40:42]


    addLink(state, link){
      state.links.push(link);
    },