Skip to content

Commit

Permalink
public me.json
Browse files Browse the repository at this point in the history
  • Loading branch information
talaman committed Jul 5, 2024
1 parent aad8984 commit 1d7794c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/components/Resume.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { StyleSheet, Text, View } from 'react-native';
import ReactToPrint from "react-to-print";
import "./resume.css";
import me from '../assets/data/me.json';
import me from '../public/data/me.json';


class ComponentToPrint extends React.Component {
Expand Down
6 changes: 3 additions & 3 deletions app/assets/data/me.json → app/public/data/me.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"year": "2014"
},
{
"degree": "MBA",
"degree": "Executive MBA",
"institution": "IEDE Business School",
"year": "2017"
},
Expand Down Expand Up @@ -165,8 +165,8 @@
"references": [
{
"name": "Søren Michael Nielsen",
"title": "Senior Engineering Manager",
"company": "Maersk",
"title": "Engineering Manager",
"company": "Uber",
"linkedin": "smnie",
"phone": "+45 40 19 35 25"
},
Expand Down

0 comments on commit 1d7794c

Please sign in to comment.