Skip to content

Commit

Permalink
MPR Update pages title
Browse files Browse the repository at this point in the history
Update pages title
  • Loading branch information
pkong-ds authored Aug 27, 2024
2 parents df5bce4 + 1698063 commit 6bda460
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/about/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import BaseLayout from "../../layouts/BaseLayout/BaseLayout.astro";
screenshots in keynote for their client projects. MockUPhone right now
supports iPhone mockup, iPad mockup, Android mockup and TV mockup.
</p>
<h3>About the creator</h3>
<h3>About the Creator</h3>
<p>
MockUPhone.com is developed by
<a
Expand Down
2 changes: 1 addition & 1 deletion src/pages/attribution/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import BaseLayout from "../../layouts/BaseLayout/BaseLayout.astro";
content="MockUPhone's vector mockups are coming from different iOS psd and Android psd providers. Special Thanks to the designers and developers."
/>
<div class="static-page static-text-page">
<h1 class="title">Attributor</h1>
<h1 class="title">Attribution</h1>
<div class="content row-fluid">
<div class="span10">
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/deviceList/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const deviceTypes: DeviceTypeEnum[] = [
content="MockUPhone supports devices including iPhone mockup, iPad mockup, Android mockup and TV mockup. You can check out the whole device list via this page."
/>
<div class="static-page device-list-page">
<h1 class="title">Device list</h1>
<h1 class="title">Device List</h1>
<div class="content">
{deviceTypes.map((deviceType) => <ListItem type={deviceType} />)}
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/use_case/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import BaseLayout from "../../layouts/BaseLayout/BaseLayout.astro";
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="title">Use case</h1>
<h1 class="title">Use Case</h1>
<p>
MockUPhone helps you to wrap your app screenshots in your favorite
iOS/Android/Win Phone devices with multiple colors and orientations.
Expand Down

0 comments on commit 6bda460

Please sign in to comment.