diff --git a/components/Header/Header.spec.js b/components/Header/Header.spec.js
index 616b0c7..d2ec6b6 100644
--- a/components/Header/Header.spec.js
+++ b/components/Header/Header.spec.js
@@ -4,7 +4,7 @@ import Header from "./";
describe("Header", () => {
it("should render Header instance", () => {
const wrapper = mount(Header, { stubs: ["router-link"] });
- expect(wrapper.find("h1").text()).toBe("Ghibli");
+ expect(wrapper.find("h1").text()).toBe("PeopleDoc");
});
it("should redirect to Home page when clicking on brand logo", () => {
diff --git a/components/Header/index.vue b/components/Header/index.vue
index 9872ff1..0146da7 100644
--- a/components/Header/index.vue
+++ b/components/Header/index.vue
@@ -1,7 +1,7 @@
- Ghibli
+ PeopleDoc
+ {{ description }}