Commit 8c42da00 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'fix-detail' into 'develop'

Simple change (no issue)

See merge request !163
parents ca14f32b 635ecb21
Pipeline #38935 passed with stage
in 1 minute and 49 seconds
Showing with 5 additions and 5 deletions
+5 -5
......@@ -41,8 +41,8 @@ export default function AboutComponent() {
/>
</div>
<div>
<h1 className={`text-xl mb-1 font-bold ${color["text"]}`}>{data}</h1>
<h2 className={`text-base leading-tight font-bold ${color["text"]}`}>{name}</h2>
<h1 className={`text-xl mb-1 font-bold max-sm:text-left ${color["text"]}`}>{data}</h1>
<h2 className={`text-base leading-tight font-bold max-sm:text-left ${color["text"]}`}>{name}</h2>
</div>
</div>
);
......
......@@ -3,8 +3,8 @@ import {
saveToLocalStorage,
} from "./app/handlers/localStorageHandler";
export const mecredURL = "https://api.mecred.c3sl.ufpr.br/";
export const mecredURLv1 = "https://api.mecred.c3sl.ufpr.br/v1";
export const mecredURL = "https://api.portalmec.c3sl.ufpr.br/";
export const mecredURLv1 = "https://api.portalmec.c3sl.ufpr.br/v1";
const wrapper = (method) => {
return (...args) => {
......@@ -20,7 +20,7 @@ const wrapper = (method) => {
const mecredApi = (() => {
const api = axios.create({
baseURL: "https://api.mecred.c3sl.ufpr.br/v1",
baseURL: "https://api.portalmec.c3sl.ufpr.br/v1",
});
const wrappedApi = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment